I need a class like snoopy to post form var and aso allow the code that is called to post to write cookies snoopy works great but the code i am trying to get to work has
$cookie['data'] = serialize (array ($this->username, md5 ($cookie['seed'] . md5 ($this->password))));
@setcookie ($cookie['name'],
$cookie['data'],
$cookie['expire'],
$cookie['path'],
$cookie['domain']);
and the cookie never get written the login code work fine by hand but i need a way to login by code any thoughts thank you in advance