<?php
setcookie("xforumusername", "fghfh", time() + 777600, "/");
setcookie("xforumpassword", "fdghf", time() + 777600, "/");
?>
Using that code in the php document, and only that code, at the absolute very top of the document, still gives me this:
Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/rockspri/rockspringslight.com/xforum/processors/login.php:1) in /hsphere/local/home/rockspri/rockspringslight.com/xforum/processors/login.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/rockspri/rockspringslight.com/xforum/processors/login.php:1) in /hsphere/local/home/rockspri/rockspringslight.com/xforum/processors/login.php on line 3
How is that possible? HUH?