[PHP-WIN] Where Is pprofp.php?

2007-10-19 Thread D Sledge
php v5.2.4 Apache 2.2 Windows XP I've installed the Advanced PHP debugger (APD), but I don't know where the pprofp script was installed. In relation to my PHP install dir, where is it supposed to be, and where can I get it if it's not there? Thanks, D ___

RE: [PHP-WIN] time function

2007-10-19 Thread Warren Vail
Since PHP only runs on the server it only has direct access to the server time. The big integer number that you retrieve with the time function is the number of seconds since unix epoche http://www.php.net/manual/en/function.time.php which was Jan 1 1970 00:00:00 GMT. Use the date function to conv