Hi Vivek, This is pretty straightforward functionality. You can just make the form in your application POST back to your server, which will cause a redirect in your gadget, or you can use the gadgets.io.makeRequest() function call to pass the value of the textbox back into your server. In either case, you'll need to use PHP to receive the POST request and then input it into your database.
Which portion of the architecture are you having trouble with? ~Arne On Sun, Apr 20, 2008 at 10:39 AM, Vivek <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > I am very new to the Orkut open social. I would like to build an > application in Orkut with below features. > > I would like to provide an Textbox ( same as in which we post our > scraps ) with submit button. When an User writes his/her views on that > box and submits that goes into the database. Alongwith this i would > like to show the Messages posted by the users in the User's profile on > daily basics. I would be using PHP with MySql. > > Please help > > Thanks > > > -- OpenSocial IRC - irc://irc.freenode.net/opensocial --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" 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/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
