[orkut-developer] Re: connecting MySQL database with my orkut application.

2008-09-29 Thread manish tewari
NO -No that was a mistake.Im sorry for that but now Im able to access application as i just removed the line: Thanks for all .. On Mon, Sep 29, 2008 at 4:03 PM, Raman <[EMAIL PROTECTED]> wrote: > Hi Manish > > First of all, may I ask why are you using gadgets.io.encodeValues twice in

[orkut-developer] Re: connecting MySQL database with my orkut application.

2008-09-29 Thread Raman
Hi Manish First of all, may I ask why are you using gadgets.io.encodeValues twice in every make POST request function? Raman On Mon, Sep 29, 2008 at 12:11 PM, manish tewari < [EMAIL PROTECTED]> wrote: > now it is showing error in this line: > > > and here is the full code. I am not able to fin

[orkut-developer] Re: connecting MySQL database with my orkut application.

2008-09-29 Thread manish tewari
now it is showing error in this line: and here is the full code. I am not able to find out any problem .It is showing that for the functions I have created ,it is not able to creat the : [orkut-developer] Re: connecting MySQL database with my orkut application.
Hi Jason .thanks for your early reply. My application was working till Friday but from last Saturday it is showing some js error and error is like: "Microsoft JScript runtime error:'a.jstiming.load' is nulloe not an object" Please tell what i should do now.? On Fri, Sep 26, 2008 at 2:52 AM, Jaso

[orkut-developer] Re: connecting MySQL database with my orkut application.

Oops, I missed too big points above: 1. makeRequest lives in the gadgets.io library. So use gadgets.io.makeRequest instead of opensocial.makeRequest which is undefined. 2. You don't need head or body elements. Remove the title element also since the gadget's title is set using the title attribute

[orkut-developer] Re: connecting MySQL database with my orkut application.

Everything looks OK except you're using output() which is an undefined function. Try modifying your response callback to put the text in targetDiv: function response(obj) { document.getElementById('targetDiv').innerHTML = obj.text; }; - Jason On Sep 24, 3:51 am, "manish tewari" <[EMAIL PROTEC

[orkut-developer] Re: connecting MySQL database with my orkut application.

Hi Jason.. Thanks a lot for your reply.It is very helpful for me.But still I am not able to run the thing.Actually I am trying to get the content from my server to the my orkut application page.Here is the code that I made for this but not working .Please help me . I am preparing a music web site

[orkut-developer] Re: connecting MySQL database with my orkut application.

OpenSocial applications can use the gadgets.io.makeRequest method to send HTTP requests to a given URL and retrieve JSON, XML, or plain text in response. This enables you to build a simple script in PHP, Java, or any server-side language to you liking to retrieve data from your database and output