Question
php long error
I have the following code and input, and am getting this error:
code:
$date = date('D, d M Y H:i:s', $date);
input:
1332092255
error:
Warning: date() expects parameter 2 to be long, string given in (page) on line 72
I have the following code and input, and am getting this error:
code:
$date = date('D, d M Y H:i:s', $date);
input:
1332092255
error:
Warning: date() expects parameter 2 to be long, string given in (page) on line 72
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.