I use the date() function to get day, month and year.
$year = date(y);
$month = date(m);
$day = date(d);
But my hosting is in another place where I am, so I need to add 11 hours.
could you tell me how can I do that?
thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…