0

Can someone help me to setup php4 for using json?

Thanks!

Tom11
  • 2,419
  • 8
  • 30
  • 56
Chameron
  • 2,734
  • 8
  • 34
  • 46
  • 1
    See [ how can i install php-json for php 4.3.3 ? ](http://stackoverflow.com/questions/961446/how-can-i-install-php-json-for-php-4-3-3). – Matthew Flaschen Aug 14 '10 at 04:11

2 Answers2

2

Haven't tried this myself but you can have a look over here...

How to use JSON in PHP 4 or PHP 5.1.x

Googling up the "json in php4" should give some handy results.

vikmalhotra
  • 9,981
  • 20
  • 97
  • 137
0

This also looks like it may be a viable option http://willshouse.com/2009/06/12/using-json_encode-and-json_decode-in-php4/

cwd
  • 53,018
  • 53
  • 161
  • 198