Profile
Achievement
liamchapman's Recent SnippetsTagged array
- All /
« Prev 1 Next »
a more useful way of printing php arrays in a nice readable format and able to decode serialized and json_encoded strings.
0
941
posted 13 years ago by liamchapman
Simple function to store an array in a cookie. Uses JSON.
To pull data out of cookie use 'json_decode()'. It can then be looped etc.
1
1371
posted 14 years ago by liamchapman