PDA

View Full Version : Editing Signup Script


ghwebhosting
03-08-2004, 01:21 PM
I was able to edit the signup.php page but I am getting the following error message when accessing the page:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at <DOMAIN>\support\signupnew.php:11) in <DOMAIN>\support\signupnew.php on line 31

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at <DOMAIN>\support\signupnew.php:11) in <DOMAIN>\support\signupnew.php on line 31

Please advise.

I looked at line 11 of that code and didn't see anything out of the ordinary. It's just a table.

Alberto
03-08-2004, 03:15 PM
You are outputting some text before the sessions are set is what I believe to be the case.

Trace back your changes and see which addition actually breaks it.