PHP Arrays To JSON

json_encode() is a PHP 5 only function. If it is at all possible that your client isn’t running PHP 5, but some antiquated version from 2004, then this array2json() function from bin-co will come in handy.

Next Post → ← Previous Post