I solve that problem this way (please correct me if it's wrong)
# form.php
if(isset($_POST['SubmitForm']))
{
if(!isset($_POST['Name'] or !isset($_POST['Phone'] or
!isset($_POST['Email'])
{
echo "One or more required fields are empty.";
}
else
{
header('location: res
On Thu, 2 Dec 2004 09:58:46 +0800, Cyrus <[EMAIL PROTECTED]>
wrote:
Dear All,
I have a problem of back to the previous page in php.
I need to create a form let people to fill in .It can let user to
preview the form, if information is not correct , user can back to
previous page and corre
than mud, good luck.
Warren Vail
> -Original Message-
> From: Cyrus [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 01, 2004 5:59 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Go Back Problem
>
>
> Dear All,
>
> I have a problem of back to the previous page
On Thu, 2 Dec 2004 09:58:46 +0800, Cyrus <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> I have a problem of back to the previous page in php.
> I need to create a form let people to fill in .It can let user to preview the
> form, if information is not correct , user can back to previous page and
Dear All,
I have a problem of back to the previous page in php.
I need to create a form let people to fill in .It can let user to preview the
form, if information is not correct , user can back to previous page and
correct it,
I have used the javascript : OnClick='history.go(-1)' and
O
Begin forwarded message:
From: Sandy Keathley <[EMAIL PROTECTED]>
Date: November 29, 2004 3:23:47 PM CST
To: Philip Thompson <[EMAIL PROTECTED]>
Subject: Re: [PHP] Go Back Problem
Reply-To: [EMAIL PROTECTED]
I have a problem of back to the previous page in php.
I need to creat
On Nov 26, 2004, at 7:59 PM, Cyrus wrote:
Dear All,
I have a problem of back to the previous page in php.
I need to create a form let people to fill in .It can let user to
preview the form, if information is not correct , user can back to
previous page and correct it,
I have used the javascri
В сообщении от Суббота 27 Ноябрь 2004 04:59 Cyrus написал(a):
> Dear All,
>
> I have a problem of back to the previous page in php.
> I need to create a form let people to fill in .It can let user to preview
> the form, if information is not correct , user can back to previous page
> and correc
Dear All,
I have a problem of back to the previous page in php.
I need to create a form let people to fill in .It can let user to preview the
form, if information is not correct , user can back to previous page and
correct it,
I have used the javascript : OnClick='history.go(-1)' and
O
9 matches
Mail list logo