javascript =php= mysql

2002-11-26 Thread Pallavi Arun Patil
hi all, my question is very simple following is my code: ? while($row=@mysql_fetch_array( $result1 ) ) { $SrNo=$row[SrNo]; echo $SrNo; echo tr bgcolor=\#dfeaf4\ valign=\top\ td width=\10%\a href=\edit.php?SrNo=.$row[SrNo].\.$row[SrNo]./a /td td

Javascript and mySQL

2002-11-25 Thread Michael C. Podlesny
Is there anyway to retrieve mySQL data from JavaScript? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail

Re: Javascript and mySQL

2002-11-25 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael C. Podlesny wrote: Is there anyway to retrieve mySQL data from JavaScript? Not directly. There's at least two ways to do it...You can use an IFRAME, and post/retrieve to your favorite web programming language which can talk to MySQL

Re: Javascript and mySQL

2002-11-25 Thread Dennis Salguero
PROTECTED] Sent: Monday, November 25, 2002 7:14 PM Subject: Javascript and mySQL Is there anyway to retrieve mySQL data from JavaScript? - Before posting, please check: http://www.mysql.com/manual.php (the manual