My site hosting in filezilla server always saves wrong time in timestamp field in the mysql database..I checked my code in localhost it saves correct time clearly..Timestamp field query is below here
$add_SQL = "insert into applicant (name, createdon) values ('$name', now())";
Is there anything in the filezilla config affects it?
Please help me..Im hanging for 6 days.