I have been reading the tutorial shown on various websites on connecting a MySQL database using php to android. I dont know where to “put” save my php page which will communicate between the MySql database and the android application.
can help me?
I have been reading the tutorial shown on various websites on connecting a MySQL
Share
Without you showing the tutorial it’s obviously guesswork, but I suspect they talk about a server (with mysql) and an app.
The php page runs on the server (or another server that has access to the mysql server).
You put it on the web-directy on that server, which should run a webserver (apache for instance) next to the mysql server it should run.