Forms and PHP

From: Paul Joseph McGee <mcgee(at)student(dot)cs(dot)ucc(dot)ie>
To: pgsql-php(at)postgresql(dot)org
Subject: Forms and PHP
Date: 2001-03-21 21:21:55
Message-ID: 200103212121.VAA26820@student.cs.ucc.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

hi everybody,
could someone please tell me if i can do the following, because basically
its not working for me at the moment.
i have a php script where i access my database and get some variables eg.
$currentBid. outside the script i have a form and i want to validate the
form using what was inputted into the form and $currentBid. so for
examlple
<?
....
$currentBid=...
?>
<FORM ACTION="bidNow.php" METHOD="post" onSubmit="return
checkBid(price,$currentBid)";>
....

can i do this. well obviously not but u know what i mean!
Thanks
Paul

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Martin A. Marques 2001-03-21 21:30:11 Re: Forms and PHP
Previous Message Martin A. Marques 2001-03-21 20:41:44 Re: php, postgres, ssl