Re: [PHP] Strange roblems with sessions

2003-06-18 Thread Jeff Harris
|- Original Message - |From: "Logan McKinley" <[EMAIL PROTECTED]> |To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> |Sent: Wednesday, June 18, 2003 12:51 PM |Subject: [PHP] Strange roblems with sessions | | |> what it is meant to do: |> take a querystring set

Re: [PHP] Strange roblems with sessions

2003-06-18 Thread Logan McKinley
The problem is happening when the header("Location: http://localhost/PHP/registration_form.php";); line is executed to redirect to the registration_form.php page. It occurs before you ever get to the point where the form would be submitted. Its all in the php code at the beginning of the page. "S

Re: [PHP] Strange roblems with sessions

2003-06-18 Thread Kevin Stone
- Original Message - From: "Logan McKinley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 12:51 PM Subject: [PHP] Strange roblems with sessions > what it is meant to do: > take a querystring set it to a

Re: [PHP] Strange roblems with sessions

2003-06-18 Thread Steve Keller
At 6/18/2003 03:22 PM, Logan McKinley wrote: > the error checking include file just handles php errors, the javascript > handles form validation. I believe the problem i am having is with the > session not the error handling, because i removed all validation and it did > the same thing. Yes, that

Re: [PHP] Strange roblems with sessions

2003-06-18 Thread Logan McKinley
the error checking include file just handles php errors, the javascript handles form validation. I believe the problem i am having is with the session not the error handling, because i removed all validation and it did the same thing. ~Logan "Steve Keller" <[EMAIL PROTECTED]> wrote in message ne

Re: [PHP] Strange roblems with sessions

2003-06-18 Thread Steve Keller
At 6/18/2003 02:51 PM, Logan McKinley wrote: > <-- the code in question > > I have attached the actual files if that would be of more help, > Thanks in advance for any help, The first thing that I noticed is that you're doing error checking in "registration_form.php", but your form i

[PHP] Strange roblems with sessions

2003-06-18 Thread Logan McKinley
what it is meant to do: take a querystring set it to a session variable (outputs error if neither querystring nor sesison exist) then reloads the page (to remove the querystring) what it (appears) to do: it sets the querysting to the session, reloads the page and outputs an error saying it doesn't