Re: Forms and PHP - Mailing list pgsql-php

From Martin A. Marques
Subject Re: Forms and PHP
Date
Msg-id 01032118301100.05822@math.unl.edu.ar
Whole thread Raw
In response to Forms and PHP  (Paul Joseph McGee <mcgee@student.cs.ucc.ie>)
List pgsql-php
El Mié 21 Mar 2001 18:21, Paul Joseph McGee escribió:
> 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!

Why don't you just do the check at the begining of bidNow.php?

Saludos... :-)

--
System Administration: It's a dirty job,
but someone told me I had to do it.
-----------------------------------------------------------------
Martín Marqués            email:     martin@math.unl.edu.ar
Santa Fe - Argentina        http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------

pgsql-php by date:

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