[orkut-developer] Re: MYSQL database connection using PHP for my gadget ?

2008-02-15 Thread Jason
Yes, all type="url" gadgets are returning 404 errors in the Orkut sandbox at the moment. The good news is that is a known issue that should be resolved shortly. Type="url" applications are limited in that you can't make use of the existing OpenSocial JavaScript API, which severely limits your app

[orkut-developer] Re: MYSQL database connection using PHP for my gadget ?

2008-02-15 Thread come2know
Thanks Mike! I removed all code of database.php and echo "MYSQL connected". I am getting the same , NOT FOUND error 404 . I think content type url method is not working properly. do reply.. Thanks, On Feb 15, 2:25 pm, Mike Digital Egg <[EMAIL PROTECTED]> wrote: > Hi, > > The contents of

[orkut-developer] Re: MYSQL database connection using PHP for my gadget ?

2008-02-15 Thread Mike Digital Egg
Hi, The contents of database.php will appear in the gadget when you are using the content type url method. So just query the database and print out results within database.php. Hope this helps Mike www.learnitlists.com On Feb 15, 10:08 am, come2know <[EMAIL PROTECTED]> wrote: > Hi all! > > I