Message -
From: "Jack Jackson" <[EMAIL PROTECTED]>
To: "[php] PHP General List"
Sent: Monday, July 25, 2005 2:37 PM
Subject: [PHP] Prepopulating form fields afer an error
Hi,
I have a form and it does basic error checking after submission; when
the user omits required f
t: Monday, July 25, 2005 2:37 PM
Subject: [PHP] Prepopulating form fields afer an error
> Hi,
> I have a form and it does basic error checking after submission; when
> the user omits required fields it kicks back the form with highlighted
> errors telling them the error of their ways.
$_REQUEST['user']==$curr_user?$select="selected":$select="";
echo("$curr_user
Jack Jackson wrote:
Hi,
I have a form and it does basic error checking after submission; when
the user omits required fields it kicks back the form with highlighted
errors telling them the error of their ways
Hi,
I have a form and it does basic error checking after submission; when
the user omits required fields it kicks back the form with highlighted
errors telling them the error of their ways.
I've sussed out that by populating the value of the field with
$fieldvalue I can have that form field "
4 matches
Mail list logo