Hi Jay,

> 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 ".php" (note no file name in front of the '.php').
> I'm not sure what's going on but any suggestions?
>

If you call the function Header, like:
Header($name.".php");

Then there's an possibility that $name (your variable name) isn't set.
Could you supply the part of your code where you call Header? That
should make the problem better traceable.

Regards,
Gijs.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to