|
Posted by otto on 11/30/07 07:18
On Fri, 30 Nov 2007 02:19:58 +0100, Olaf Schinkel <trash@schinkel.tv> wrote:
Hello Olaf,
I don't have much experience with PHP!
Many thanks for your help
Otto
>Hello!
>
>You should see, that a PHP Script is running on the Server, Javascript
>on the Client.
>So, Javascript has nothing to do with the PHP Script time.
>
>How long is a Script running?
>
><?PHP
>$start = time();
>
>// Your Script
>
>$end = time();
>$scripttime = $end - $start;
>// taaataaaaa
>?>
>
>Maybe you can use additionally ob_start() .....etc
>
>
>Olaf
Navigation:
[Reply to this message]
|