Ok,
I am working on a site for a friend.
I am using PHP to do it and when I try to log in to the site I get this error
Warning: Cannot modify header information - headers already sent by (output started at /home/knoxvill/public_html/index.php:21) in /home/knoxvill/public_html/gorum/loginlib.php on line 132
line 21 in the index.php is
<td colspan="2"> <center><img src="images/header.jpg"></center></td>
line 132 from loginlib.php is
setcookie("usrPassword","",Loginlib_ExpirationDate , $cookiePath);
I have no idea what its issue is....
Someone please help before I break my PC.
