Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2001042

[PHP-WIN] bug? From: Tomasz Abramowicz (tomasz <email protected>)
Date: 04/30/01

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: php-windows-unsubscribe <email protected>
For additional commands, e-mail: php-windows-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>