Hi,
I have a php page called "5daysite.php" with the following content:
PHP Code:
<?php
header("Location: http://hop.clickbank.net/?XXXXX/binaomar");
exit;
?>
When I upload it to the server, I get the following error:
Warning: Cannot modify header information - headers already sent by (output started at /home/webservi/public_html/5daysite.php:1) in /home/webservi/public_html/5daysite.php on line 2
Any help very much appreciated.
- Bina.
|