1)how i get the current system time using php?
<?php $time_now=mktime(date('h')+5,date('i')+30,date('s')); print date('h:i:s',$time_now); ?>