Matthias Laug schrieb:
> var_dump(strftime("%d.%m.%Y %H:%m",$time));
---^
> The minutes are always "10", no matter what time I get.
"%m" = month
"%M" = minute
Regards,
Carsten
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
Tom Worster schrieb:
> what options are there to do the following:
>
> 1. receive request from client (including post data)
>
> 2. do some work, update the db, prepare output for client
>
> 3. send output and finish up with the client
>
> 4. do some more work that might take considerable time,
2 matches
Mail list logo