Hi Danny,
You have two choices really. One is to create two date objects at the beginning and end of the PHP script and work out the difference between them, the other is to use JavaScript to create a new date object ASAP in the page and another with the onload event handler in the <BODY> tag.
I'd suggest milliseconds, in any case :-)
Regards,
David