CodeUnit PHP: How to traverse through a JSON Object November 6, 2012 by Craig Lotter No Comments JSON has become just as big as XML in terms of being the format used to transfer data between AJAX driven web services, meaning that... Read More
CodeUnit Magic Quotes and json_decode on Your Post Variables April 15, 2010 by Craig Lotter No Comments So what is adding in all these unwanted slashes then? Well the answer of course is PHP's magic_quotes_gpc ini setting. For those of you who... Read More