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
> 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