[PHP-DB] Re: Pass var from JavaScript to PHP

2001-11-13 Thread TorrentUK
err...what javascript the form is HTML? Try... form name=NAME method=get OR post action=?php echo $PHP_SELF? Then in your page have a php tag that checks for the presence of $Find (in your case), e.g. if ($Find) { sql = (SELECT * FROM table WHERE $criteria = value); then the rest... }

Re: [PHP-DB] Re: Pass var from JavaScript to PHP

2001-11-13 Thread George Lioumis
I'll try it right away!! Thanx a lot.- Original Message - From: TorrentUK [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 2:56 PM Subject: [PHP-DB] Re: Pass var from JavaScript to PHP err...what javascript the form is HTML? Try... form name=NAME method=get