I am trying to send some string to a php file and a request data:
req_builder.sendRequest("test_key=test_value", new RequestCallback()
{...
and I wish to access the test_value like $_REQUEST['test_key'] in php.
Later i wish to send multiple query variables too. I wish to send
parameters to give it to sql queries.
I have tried to set the header to setHeader("Content-Type",
"application/x-www-form-urlencoded"), but that won't help either. I am
getting empty $_REQUEST array.
I wish to receive some working example for GWT 1.6.
I know there are some 2-3 year examples out there in this group, but
they won't work now.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---