you have not mentioned if the client server connects to the same DB Perhaps you can update a temporary table in the same DB and write a procedure for updation from within the database that will make your life more easier.
Cheers vasem On Thu, Oct 1, 2009 at 6:51 PM, Fon Vitale <[email protected]> wrote: > > Hi there, > > I'm programming a GWT application that needs to connect with a server > to store data into a database. For instance, we have a user name and a > surname that we want to store. The GWT part gets this fields and it > has to send them to the server to store it. > > Well, my doubt is: How can I connect the GWT with the PHP script that > store the data into the database? > > I have been searching information about this and I have found examples > about get data from the server, not to send data to server (JSON > examples). > > As a restriction, the server has no support to JAVA, so we need PHP. > > Thank you very much. > > Fon. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
