<snip> Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\global.php:23) in c:\inetpub\wwwroot\global.php on line 319 </snip> Mike, When ever sending headers always make sure the php tags and header info are before anything else in the page eg <? header(blah); ?> <html> also make sure there are no blank lines before opening the php tags then try your page... you may find that some of the other messages you are getting will dissapear when the headers are set Cheers Peter