Whats wrong with this?
Posted: Sat Aug 17, 2002 8:29 am
When I run the code below, I get this error
"Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/site/public_html/default.inc.php on line 26"
Any ideas?
"Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/site/public_html/default.inc.php on line 26"
Code: Select all
$7daysago = date(YmdHis,time()-604800);Any ideas?