Re: [PHP] Forms and IE

2002-02-10 Thread Analysis and Solutions
Hi Sean: Sean Hurley wrote: > > Agree > I Do Not Agree > > if ($agree) /* (I have tried this also with ($isset = $agree)) */ > { header ("location: ?link=form"); > } > else > { header ("location: /LETS"); > } Several things here. You're probably having problems because you defined agree as

RE: [PHP] Forms and IE

2002-02-10 Thread Sean Hurley
n Hurley' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: RE: [PHP] Forms and IE >Date: Mon, 11 Feb 2002 15:48:17 +1100 > >might be the header("location..."); bit - you might need to specify the >full address > >-Original Message- >From: Sean Hurley

Re: [PHP] Forms and IE

2002-02-10 Thread Jason Lotito
Answered below: - Original Message - From: "Sean Hurley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 10, 2002 11:40 PM Subject: [PHP] Forms and IE > > Please forgive me if this has been covered before. I have searched the list > and could not find reference to a s

RE: [PHP] Forms and IE

2002-02-10 Thread Martin Towell
might be the header("location..."); bit - you might need to specify the full address -Original Message- From: Sean Hurley [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:40 PM To: [EMAIL PROTECTED] Subject: [PHP] Forms and IE Please forgive me if this has been covered bef