No... PHP and JavaScript are executing at different time and at
different place.  Besides, they are executed by different programs.

Are you trying to measure execution time of a query??

Look at:
http://www.php.net/microtime


-William


El vie, 23-04-2004 a las 09:09, Jeff McKeon escribió:
> Is there a way in PHP to make a call to a javascript funtion?
> 
> I have a javascript that I want to start when an sql query begins and
> stop when the php code is done.  Is this possible?
> 
> Thanks,
> 
> Jeff

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

Reply via email to