GKChesterton
Programmer
I built some code around redirects:
header( "Location: http://localhost/mainmenu.php" );
and it worked fine on my localhost workstation. But when I uploaded them to the ISP, using of course a new location like
header( "Location: http://www.mydomain.com/mainmenu.php" );
the redirects don't work at all. The rest of the script runs. Any idea why? Is it a php.ini setting? Is there an alternative to header()?
header( "Location: http://localhost/mainmenu.php" );
and it worked fine on my localhost workstation. But when I uploaded them to the ISP, using of course a new location like
header( "Location: http://www.mydomain.com/mainmenu.php" );
the redirects don't work at all. The rest of the script runs. Any idea why? Is it a php.ini setting? Is there an alternative to header()?
[purple]If we knew what it was we were doing, it would not be called
research [blue]database development[/blue], would it? [tab]-- Albert Einstein[/purple]