Code: Select all
<?PHP
setcookie ('user', '', time()-3600, '/dir/', '', 0);
setcookie ('pass', '', time()-3600, '/dir/', '', 0);
?>line 117 and 118 is the 2 cookie lines... everything besides this does work though, I tried without that code.Warning: Cannot modify header information - headers already sent by (output started at /home/rootbee/public_html/site/dir/profile2.php:5) in /home/rootbee/public_html/site/dir/profile2.php on line 117
Warning: Cannot modify header information - headers already sent by (output started at home/rootbee/public_html/site/dir/profile2.php:5) in /home/rootbee/public_html/site/dir/profile2.php on line 118