Re: [PHP] Go Back Problem

2004-12-02 Thread Afan Pasalic
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

Re: [PHP] Go Back Problem

2004-12-01 Thread Thomas Goyne
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

RE: [PHP] Go Back Problem

2004-12-01 Thread Vail, Warren
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

Re: [PHP] Go Back Problem

2004-12-01 Thread Greg Donald
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

[PHP] Go Back Problem

2004-12-01 Thread Cyrus
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

Fwd: [PHP] Go Back Problem

2004-11-29 Thread Philip Thompson
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

Re: [PHP] Go Back Problem

2004-11-29 Thread Philip Thompson
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

Re: [PHP] Go Back Problem

2004-11-26 Thread StDog
В сообщении от Суббота 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

[PHP] Go Back Problem

2004-11-26 Thread Cyrus
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