# [EMAIL PROTECTED] / 2007-01-24 23:41:19 -0700:
> Just wondering what smart people do for parsing data sent by the  
> Javascript XMLHTTP object--e.g., http.send("post",url,true)...
> 
> In a normal form submit, the $_POST global nicely allocates form  
> elements as array elements automatically. But with the AJAX way, the  
> data get stuffed inside $HTTP_RAW_POST_DATA as a string, thereby  
> making extraction more tedious.

Are you looking for http://php.net/manual/en/ref.json.php ?

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to