I have my included php page which is coded to re-direct a user if they go on it. My code:
[php]
[/php]
Now when i load the page, that includes this file, it says this at the top: “Warning: Cannot modify header information - headers already sent by (output started at /homepages/22/d440580748/htdocs/update.php:160) in /homepages/22/d440580748/htdocs/updatepdo2.php on line 2”
What am I doing wrong in my code? it seems to be the header function as the problem error points to it on line 2