Hi All,
I am trying to communicate between php and GWT, for which I have tried and
successfully used JSON, using the following code
if(!HTTPRequest.asyncGet("http://myurl/index.php", new
JSONResponseTextHandler())) {
Window.alert("Error accessing index1.php");
}
Now I want to transfer data back to php from GWT. What is the right
procedure for this?
Further, is JSON a safe and the industry standard method of communicating???
Or shall I consider XML or something else...
Thanks in advance... :)
--
Warm Regards,
Amit Dhingra
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---