Re: [PHP-INSTALL] header()

2006-10-03 Thread Peter Hodge
Hello Alf, It should work on any platform. Are you getting any errors? If you haven't already, try setting 'display_errors = on' and 'error_reporting = E_ALL' in your php.ini, to see if there are any error messages. regards, Peter --- Alf Stockton <[EMAIL PROTECTED]> wrote: > I have upgrade

[PHP-INSTALL] header()

2006-10-03 Thread Alf Stockton
I have upgraded my Windows XP server with Apache 2.0.54 and PHP 5.0.3 and now find that I cannot get the php code:- header("location: index.shtml"); to work. What I want to do is to switch to another shtml on successful completion of this script. Is this the correct method to use in Windows?