IIS 4.0 / PHP 4.0.4pl1 cgi
hmm.. ..i know that there is a bug report page,
but it wasnt working, so i thought i would just
be lazy and post it here... ...actually, maybe its
known, but as i said, couldnt check, bug page
was down. anyways I tried doing this:
$date = date("y.m.d/t.D.H.i.s.T.B");
echo $date;
and i did get the right answer, but the browser
(IE5.5 and NN4.08) progress bar just kept
going and going and going and going.
(duracell syndrome)
then i tryed taking each date thingy away one at
a time (i started from the back), and 'T' was the
guilty one, however i dont get the problem
doing:
$date = date("T");
echo $date;
Can any1 else try it and tell if its just me or is
the ("y.m.d/t.D.H.i.s.T.B") just to hard to handle for NT?
tnx,
t.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]