Forms and PHP - Mailing list pgsql-php

From Paul Joseph McGee
Subject Forms and PHP
Date
Msg-id 200103212121.VAA26820@student.cs.ucc.ie
Whole thread Raw
Responses Re: Forms and PHP  ("Martin A. Marques" <martin@math.unl.edu.ar>)
List 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

pgsql-php by date:

Previous
From: "Martin A. Marques"
Date:
Subject: Re: php, postgres, ssl
Next
From: "Adam Lang"
Date:
Subject: Re: php, postgres, ssl