Hi,
I'm using the following code:
for ($i = 0; $i < 100; $i++) {
$k = (int) microtime();
echo "<br>$k";
for ($j = 0; $j < 10000; $j++)
$m = $j *3;
}
but it prints me only "0......"
Where can be problem ?
Thanks,
Rosen
--
PHP General 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]
- [PHP] Re: Problem with microtime() Rosen
- [PHP] Re: Problem with microtime() _lallous
- RE: [PHP] Problem with microtime() Lawrence . Sheed
- Re: [PHP] Problem with microtime() Andrey Hristov
- Re: [PHP] Problem with microtime() Rosen

