It’s time for php 5.2 or higher !
I was wondering, when i will switch to php 5.x ?! So now i will tell you the reason, it’s called JSON !
After starting working with extjs, i was searching for a faster way to develop a stable solution, without writing 18 hours / day. Here it is, it’s called JSON and it’s a way to transfer data between php arrays (from example) and a browser-side ajax objects.
The miracle functions are called : json_encode and json_decode
- json_decode — Decodes a JSON string
- json_encode — Returns the JSON representation of a value
I will write some simple code when i get some free time.


Write a Comment