I know PHP run on server side and return send server timezone. is it any possibilities to get client side timezone. we can use any php library or anything.
3
-
Without Javascript, no. PHP is unaware of the client.El_Vanja– El_Vanja2021-06-02 09:46:53 +00:00Commented Jun 2, 2021 at 9:46
-
1Unless you ask the client about their timezone and then transfer that information to PHP then you can'tDharman– Dharman ♦2021-06-02 10:05:00 +00:00Commented Jun 2, 2021 at 10:05
-
I have get answer of this question. get latitude and longitude from this API ipgeolocationapi. follow this code j-bin.subhash _ti– subhash _ti2021-06-08 08:03:19 +00:00Commented Jun 8, 2021 at 8:03
Add a comment
|