--- Mark Roberts <[EMAIL PROTECTED]> wrote: > Warning: Cannot modify header information - headers already sent by > (output started at /home/virtual/site1/fst/var/www/html/admin3/includes/application_top.php:267 > ) in > /home/virtual/site1/fst/var/www/html/admin3/includes/functions/general.php > on line 18
Go to this script: application_top.php Look at line 267. Something is being output there, or perhaps there is something on that line that generates an error. In this script: general.php You are doing something that outputs a header on line 18, and the output from application_top.php happens prior to this, which cannot happen. Hope that helps. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php