[PHP-WIN] Re: PHP and windows Server 2003

2003-07-21 Thread DeKa
be executed, explicitely. The menuentry for this security option is called "webserviceextensions" in IIS control manager. Deka -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: [PHP] Time formatting from int (seconds)

2003-08-17 Thread Denny 'DeKa' Bartelt
> In my case I have the result of a subtraction of two > date in which seconds are returned as in 980 seconds, > 576 seconds etc. To make this readable to the user of > the web page and so they do not need to mentally > calculate the HHMMSS. function duration($amount) { $offset = 255600; return da