Profile
Achievement
liamchapman's Recent Snippets
- 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
930
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
1361
posted 14 years ago by liamchapman
Quick and simple script to make clean urls. Works in combination with Apache mod_rewrites :-)
1
645
posted 14 years ago by liamchapman