Warning: Cannot add header information - headers already sent by (output started at /######/######.com/login.php:11) in /######/######.com/login.php on line 51
// set login cookie (5min) (line 51)
setcookie("innwebbdesign_login", "$account_", time() + 300);
what does this mean???
thnx,
note: i do pass vars to this php page using the 'POST' method, not sure if that is responcible or not