[jQuery] Re: json reading data on server

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: json reading data on server

2009-06-01 Thread Peter Marino
hi, yes i'm using php... but the data is sent so the server side has to use $_GET but what do I get?? $_GET"??"] I assume you want me to $data = json_decode( $_GET["?"] ); * * *peter* On Mon, Jun 1, 2009 at 2:48 PM, geronimo3 wrote: > > if you are using PHP then this function will pro

[jQuery] Re: json reading data on server

2009-06-01 Thread geronimo3
if you are using PHP then this function will probably help json_decode more information: http://www.php.net/manual/en/function.json-decode.php On Jun 1, 2:26 pm, Peter Marino wrote: > Hi jQuery, > > I'm trying to learn the json and ajax > I have with success sent data over to the server in js