Quote:
Originally posted by nabeels786
and
[code]Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\reviews\submit.php:11) in c:\inetpub\wwwroot\forums\includes\sessions.php on line 188
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\reviews\submit.php:11) in c:\inetpub\wwwroot\forums\includes\sessions.php on line 189]/code]
its complaining about the <head> </head> portion of my thing, is there a way i can suppress those errors?
and is there a limit on the amount of text a textbox can handle?
it is not complaining about your head tags. it is complainging that you sent the header out already and you are trying to do it again. you must have something outputting text to the browser before you did something. the cod eyou have tehre will not do that. itis something else in your code. even a space after <? will messit up. are you useing a header() function anywhere? are you using a cookie anywhere?