Home » PHP Code »

0

Hi,

To set the timezone of server according to indian timing, to do that


then

<?php
 
echo date("h:i:s");
 
?>

it gives the output as indian timings.


Related Posts

    What is cron job ? How to set the cron job in PHP?How to build virtual keyboard for your web applicationAuto post into Blogspot using php code?Make thumb using php with respect the ratio width and  height

 

Leave a Reply