I need some help with this PHP login code...?

Danny

New member
I am currently using the login code shown at:
http://pastebin.com/1Apv4a1q

I recieve this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/dannyf/public_html/login.php:1) in /home/dannyf/public_html/login.php on line 62

Warning: Cannot modify header information - headers already sent by (output started at /home/dannyf/public_html/login.php:1) in /home/dannyf/public_html/login.php on line 63

Warning: Cannot modify header information - headers already sent by (output started at /home/dannyf/public_html/login.php:1) in /home/dannyf/public_html/login.php on line 66

WHAT am I doing wrong?
 
Back
Top