Link to home
Start Free TrialLog in
Avatar of xomn
xomn

asked on

JSON AJAX call

I have a php page called example.php,
which consists of JSON like:
a = {'foo' : 5, 'bar' : 7}

what is the appropriate *synchronous* AJAX call to make in the space below:
var a;
...synchronous AJAX...
print(a.blah);
ASKER CERTIFIED SOLUTION
Avatar of aidinet
aidinet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hielo
Beware: the "POST" or "GET" parameters are case sensitive. Here is an excellent resource.
http://www.xul.fr/en-xml-ajax.html