
May 8th, 2000, 05:32 AM
|
|
Contributing User
|
|
Join Date: Dec 1999
Location: Netherlands
Posts: 77
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
Hi,
You use bothe setcookie() and header() in one page, which means that two headers should be sent, which isn't possible.
Do not use any other header or IO function (like include()) when you want to set a cookie.
Good luck, Peter
|