Skip to main content
Participant
March 8, 2007
Question

'Headers Already Sent' causing problems

  • March 8, 2007
  • 1 reply
  • 247 views
Im trying to use cookies to create a login but I keep getting this warning:

Warning: Cannot modify header information - headers already sent by (output started at /home/content/n/w/a/nwatkin03/html/includes/mysql_connect.php:9) in /home/content/n/w/a/nwatkin03/html/login.php on line 26, 27, 35



This topic has been closed for replies.

1 reply

nwatkin03Author
Participant
March 8, 2007
Never mind, I had blank lines before the php tag in my 'mysql_connect' file. All good now.