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 
        
        
            2373 
        
                    posted 14 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 
        
        
            1981 
        
                    posted 14 years ago by liamchapman
            Quick and simple script to make clean urls. Works in combination with Apache mod_rewrites :-)
        
        
        
            1 
        
        
            1087 
        
                    posted 14 years ago by liamchapman