my server is in amrice but i am in other countery.
our countery has +3.5 difrent with time of my server
i am using of this script for echo time and date
but it is not correct
$date = date('Y-m-d');
$time = date('H:i:s');
echo = "$time";
echo = "$date";
i amend time with this script:
$time=date("H:i:s",mktime(date("H")+3,date("i")+30,date("s")+20,date("m") ,date("d"),date("Y")));
but date is uncorrect yet.
what do i do?