Hi all,
I am new to B4A. I would link to connect My Sql remote database.
I went through the tutorial- http://www.b4x.com/forum/basic4andr...-connect-android-mysql-database-tutorial.html
But I can't understand where to put the PHP Script and how to edit the followings to my server settings in B4A application
$databasehost = "localhost";
$databasename = "xxxx";
$databaseusername ="xxxx";
$databasepassword = "xxxx";
Please explain me how to do that.
Thanks
:sign0013:
I am new to B4A. I would link to connect My Sql remote database.
I went through the tutorial- http://www.b4x.com/forum/basic4andr...-connect-android-mysql-database-tutorial.html
But I can't understand where to put the PHP Script and how to edit the followings to my server settings in B4A application
$databasehost = "localhost";
$databasename = "xxxx";
$databaseusername ="xxxx";
$databasepassword = "xxxx";
Please explain me how to do that.
Thanks
:sign0013: