Hey guys!
I am on my final degree project, and I am currently doing an Android app which, among others, needs to access a DB. Explaining it quickly, I have two methods:
1) Call a php file hosted with x10hosting that reads the DB (Working fine)
2) Call a php file hosted with x10 hosting that WRITES the db (Works when I call it manually, but do nothing when called from my app)
I have set the permissions for my IP (Which is the same as the Android's Device I am using, since it is a simulator) and, just for ensuring, I have also enabled all the IPs (Using %) after several failures.
Again, when I myself click on the link(URL --- > http://********.x10host.com/AddUser.php) it works as expected. But it does nothing otherwise.
I mean, the app has the same IP as I do, is it blocked anyway by x10hosting? If it is requested to upgrade to premium to make it work, do you know any similar hosting service which allows remote access to my db?
Thanks indeed for the help guys
I am on my final degree project, and I am currently doing an Android app which, among others, needs to access a DB. Explaining it quickly, I have two methods:
1) Call a php file hosted with x10hosting that reads the DB (Working fine)
2) Call a php file hosted with x10 hosting that WRITES the db (Works when I call it manually, but do nothing when called from my app)
I have set the permissions for my IP (Which is the same as the Android's Device I am using, since it is a simulator) and, just for ensuring, I have also enabled all the IPs (Using %) after several failures.
Again, when I myself click on the link(URL --- > http://********.x10host.com/AddUser.php) it works as expected. But it does nothing otherwise.
I mean, the app has the same IP as I do, is it blocked anyway by x10hosting? If it is requested to upgrade to premium to make it work, do you know any similar hosting service which allows remote access to my db?
Thanks indeed for the help guys