seems like you echo an 1 before print $time is called. Look through your
code, there
must be something printed or echod. Perhaps it's simple some html
(?>1<?php) or something.

Regards, Michael

"Baldey_uk" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> Anyone know any reason that the date function would return 2am in the
> morning as 102 if i use it in the following manner?
>
> $time=date("H:i:s");
> print $time;
>
>
> this outputs 102:14:51 instead of 02:14:51, anyone know where the 1 comes
> from? and why its there?
>
>
> Cheers From
>
> baldey_uk
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to