Hi All,
I got "Warning: unexpected error in date()", but I don't know what's wrong of my coding. Could anyone help me?
<head>
<title>Test</title>
</head>
<body>
<?php
echo(date("G:i:s, d F Y"));
?>
</body>
Platform: NT4 + SP6, IIS4, PHP4.0.2
Thanks in advance!
Albert