When i try to use the setcookie() function in a page running on php 4.0.3pl1, apache 1.3.19, i get this:
Fatal error: Call to undefined function: () in /usr/local/apache/htdocs/tr/inc/admin/verify_admin.php on line 14
Line 14 in the file is:
setcookie("admin_authed","1",$time()+600);
What's wrong? At first i thought that i had forgotten to configure php with cookie support, but when i looked for a configure option to enable cookies, i couldn't find it.