i nee开发者_Go百科d a simple script to print the current minutes. but ONLY the minutes(or seconds ^^). in php
use date('i')
to show minutes or date('s')
for seconds.
http://php.net/manual/en/function.date.php
i nee开发者_Go百科d a simple script to print the current minutes. but ONLY the minutes(or seconds ^^). in php
use date('i')
to show minutes or date('s')
for seconds.
http://php.net/manual/en/function.date.php
精彩评论