Hi,
I have built an entire site with my localhost on my computer, as you do. and everything has worked fine. I have no issues. and still dont'
However, I just uploaded it, and am getting this error:
Warning: Cannot modify header information - headers already sent by (output started at /home2/quccocom/public_html/bizzinet/includes/head.php:5) in /home2/quccocom/public_html/bizzinet/main/includes/functions/f32.php on line 116
This is what I have on that line (line 116):
header ("refresh:0;url=join.php?join=1&site=$site");
exit;
I have searched and everyone keeps saying that you have to remove the whitespace, but in head.php on line 5. there is no whitespace. it's just <?php code... ?>
I have
header ("refresh:0;url=join.php?join=1&site=$site");
of some description about 200-300 times in my site, and they are all in include files. with whitespace I assume.
Why would this work on my localhost, but not when I upload it?
Thanks for you help