Hi, i am trying to get a login script from this site to work but when i put the php script in my html template i get this on the logon page
Warning: Cannot modify header information - headers already sent by (output started at /home/thephoen/public_html/Serenity/test/login.php:8) in /home/thephoen/public_html/Serenity/test/user.php on line 73
Warning: Cannot modify header information - headers already sent by (output started at /home/thephoen/public_html/Serenity/test/login.php:8) in /home/thephoen/public_html/Serenity/test/user.php on line 74
me being kind of new to php i deleted the
site_header('Register With PHPBuilder');
line from all the pages thinking that it was erroring because i already set it in html, but i guess that was wrong.
this is line 8 from the login page
<style type="text/css">
and this is line 73 and 74 from user.php
setcookie('user_name','',(time()+2592000),'/','',0);
setcookie('id_hash','',(time()+2592000),'/','',0);
any help would be great 😃