Hi Jaz, Have a look at the API functions in the "Working with Remote Content" section of the guide at http://code.google.com/apis/gadgets/docs/remote-content.html . This will allow you to pull in data from your site which can run whatever scripts you need on your server based on the URL provided in the call to gadgets.io.makeRequest().
It's also possible to build your gadgets with type="url". The content inside the iframe this produces can be served from your host. The script on your server can act on cookies you set for the user. Finally, if you're dealing with real user accounts then I'd recommend looking at integrating with OpenSocial: http://wiki.opensocial.org/index.php?title=OpenSocial_Tutorial . -- Rob Russell Google Developer Relations On Wed, Jan 20, 2010 at 11:33 AM, jazKular <[email protected]> wrote: > Hi > > I am very new to iGoogle and I am currently working on my first > project. Therefore, my understanding is quite basic. > > I am trying to create a gadget system on iGoogle, consisting of two > gadgets that are to communicate with one another. > > The first gadget is to comprise of a input form which will write > simple records into a database and the second is to query this > database to retrieve these records. > > I was wondering whether this actually can be done using Google > gadgets. Can I incorportate PHP and MySQL with gadgets together with > Javascript. > > If not, is there any other way this can be done using Gadgets API? > > I appreciate any assistance you can offer me. I would be grateful for > any rapid replies. > > Thank you. > Jaz > > p.s. if any further information on my part is needed, I would be glad > to oblige > > -- > You received this message because you are subscribed to the Google Groups > "iGoogle Developer Forum" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-gadgets-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/Google-Gadgets-API?hl=en. > > -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en.
