03-24-2011, 05:07 PM
(03-24-2011, 02:45 PM)steinm Wrote: mktime() returns a timestamp if called without parameters, just like time(). Using mktime() may not be very common, but it should not make a difference.
PHP note:
Quote:As of PHP 5.1, when called with no arguments, mktime() throws an E_STRICT notice: use the time() function instead.
(03-24-2011, 02:45 PM)steinm Wrote: If you mean the ^M, this can be found all over the place because of different line endings.[ATTACHMENT NOT FOUND]
Does this really make problems?
doudoux