> On Monday 13 May 2002 23:47, erich wrote: > > suppose i want to login to a privileged area sending header info to > > browser, however, i get header warning as follows when i go to a db system > > named eskuel: > > Warning: Cannot add header information - headers already sent by (output > > started at g:\wwwroot\vauth\auth.php:5) in g:\wwwroot\eskuel\main.php on > > line 6 > > > > how to control the header info.?
Fix whatever is causing output in auth.php on line 5. You can't output anything before headers. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php