On Mon, 24 Jan 2005 07:24:19 -0800 (PST), Reza Milan <[EMAIL PROTECTED]> wrote: > Dear sir, > > When I use setcookie command I recieve the following message error: > > Warning: Cannot modify header information - headers already sent by (output > started at C:\Inetpub\wwwroot\test.php:9) in C:\Inetpub\wwwroot\test.php on > line 15
Do not set cookies after you have ouput anything, set them before. Or use the output buffering functions. -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php