I have a reminder site called todaysreminder.com I was in the administration area today tring to add a banner to my site. I must have screwed up, because when I try to log into the admin area now I get the following message: Can anyone help me? Thanks
Header need to be first "Instuctions" from your page. For example don't do any echo or print until Header is executed ! (Or do you have some debug output there ?) Regards Dont understand wrong ... dont need to be first from all the program .... need to be first instruction what is sending something at output. If you have debug output try to comment that first Regards
Yes , Don't print , echo , or even <html> tag on the header modify page before header('xxx'); command Most will occured when logging in and page can't create the session