Angel’s Blog

Someone right now is looking pretty tired, staring at a laptop trying to get inspired…

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

I will write some simple code when i get some free time.