On 13 May 2010 12:32, Barry Zimmerman <barryzi...@googlemail.com> wrote:
> setcookie('peg', 'YES', 'time()+190', '', 0);

Can you try removing the quotes from around the expire parameter.

setcookie('peg', 'YES', time()+190, '', 0);

Richard
-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to