Is there any other way of re-directing to a page besides using the header()?
header() used to work, but when I altered my PHP file to use include_once instead of include I get the following error...
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\CtrlMySQL.inc:1) in c:\inetpub\wwwroot\Redirect.inc on line 1
Any clue?
Thanks.