hello guys I have a problem in the last place if I press the last place its take me to the airport knowing that my last place is not in airport but in the locel host takes me to the last actual place
knowing its same files i used in both
Is your VPS connected to the same database as your localhost? That is where your location will be saved, so if you have 2 different instances of your database tables, then of course both database’s data won’t be the same.
To fix the problem: connect your VPS and localhost server to the same database to test this theory.