Here is my simple script:
I get this error:PHP Code:<?php
$3daystime = time() + (3 * 24 * 60 * 60);
echo $3daystime;
?>
Anybody know what's wrong?Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /Users/Sites/test.php on line 2
Thanks!



Reply With Quote

Bookmarks