lace this:
>
> alert( data );
>
> with:
>
> console.log( data );
>
> And load your page in Firefox with Firebug.
>
> After the data downloads, you should have an entry in the Firebug console.
> Click on that and you can see the details of the array and drill down into
Hi,
I have just started using jQuery and am trying to get data back from
a mysql database in json format. I am using PHP to query the database
and returning it with the json_encode method. (Basically I am
following the example in the documentation -
http://docs.jquery.com/Ajax/jQuery.post#urld
2 matches
Mail list logo