[PHP] header() not working.

2001-08-21 Thread Jay Paulson
anyone know why the header() wouldn't work? I don't have anything being printed out before or after I call the header(). The only thing that does happen is when it tries to redirect the user it sends them to a 404 page error. Also, when I check the web server log it says it's trying to call

RE: [PHP] header() not working.

2001-08-21 Thread scott [gts]
header() works. it's the text that header() is printing that's causing problems. what are you outputting via header() ? -Original Message- From: Jay Paulson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:10 PM To: [EMAIL PROTECTED] Subject: [PHP] header() not working

Re: [PHP] header() not working.

2001-08-21 Thread Jay Paulson
Subject: RE: [PHP] header() not working. header() works. it's the text that header() is printing that's causing problems. what are you outputting via header() ? -Original Message- From: Jay Paulson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:10 PM To: [EMAIL