[orkut-developer] Re: Problem with dynamic contents

2009-07-14 Thread Prakhar Kumar Goel
HI Dhaval and all others, Thanks a ton for your support and resolving the problem! I was finally able to flow the data in and out of xml and my php files seamlessly. It was a great experience. Special thanks to Dhaval for nicely detailing out the intricacies required for the GET and POST request.

[orkut-developer] Re: Problem with dynamic contents

2009-06-23 Thread Bert
you can use javascript inside xml content. then you can use AJAX to fetch data from database. On 06 23, 09, at 12:53 AM, Prakhar Kumar Goel wrote: > Hi friends, > > I am creating a simple app and facing some problem. > > I am using php to create the app. Major data in my app is located > on

[orkut-developer] Re: Problem with dynamic contents

2009-06-23 Thread Dhaval Pancholi
Hello Prahar it seems you are new to open social. Well Lets get the basics Clear over here For retrieving dynamic contents from server and showing to application canvas page involves following steps You can make request to your php file from xml . You pass all the parameters required to your php

[orkut-developer] Re: Problem with dynamic contents

2009-06-23 Thread Shishir
You should look at how you can use makeRequest to query you server. The fetched data would be the result of your sql query, which you can insert into the app page in canvas view. cheers, shishir On Jun 22, 9:53 pm, Prakhar Kumar Goel wrote: > Hi friends, > > I am creating a simple app and facin