[PHP] Cookie error after 4.2.3 upgrade

2002-11-08 Thread Jack Sasportas
I get the following error when using a previously working cookie function: expects parameter 3 to be long Code is below... I just don't see the difference then the way the doc uses: time() - 3600 -vs- the way I did it below... Thanks ! function

[PHP] cookie error

2001-09-08 Thread Aaron Moore
when i submit a form and try to have it post a cookie in the php thing i get this error message: Warning: Cannot add header information - headers already sent by (output started at /usr/local/www/data/vi2dev/root/layout/functions.php:167) in /usr/local/www/data/vi2dev/root/admin/manager.php on

Re: [PHP] cookie error

2001-09-08 Thread Julie Meloni
Saturday, September 08, 2001, 5:40:46 PM, you wrote: AM when i submit a form and try to have it post a cookie in the php thing i get AM this error message: AM Warning: Cannot add header information - headers already sent by (output AM started at