S shashkiranr Active Member Licensed User Longtime User Nov 7, 2012 #1 Hi, I saw this tutorial http://www.b4x.com/forum/basic4andr...-connect-android-mysql-database-tutorial.html and tested the example and it works.But I have a basic doubt. I have setup mysql in local host and using phpmyadmin i have created the table. but where should i put the php code tat is given in the first post. I know this is a basic question :signOops: but please clarify it. Thanks, SK
Hi, I saw this tutorial http://www.b4x.com/forum/basic4andr...-connect-android-mysql-database-tutorial.html and tested the example and it works.But I have a basic doubt. I have setup mysql in local host and using phpmyadmin i have created the table. but where should i put the php code tat is given in the first post. I know this is a basic question :signOops: but please clarify it. Thanks, SK
mc73 Well-Known Member Licensed User Longtime User Nov 7, 2012 #2 using apach? place your php under the htdocs folder. Upvote 0
S shashkiranr Active Member Licensed User Longtime User Nov 8, 2012 #3 Im using Xampp. I have a htdocs folder with what name should i save the php script as? Upvote 0
mc73 Well-Known Member Licensed User Longtime User Nov 8, 2012 #4 if you are using Erel's tutorial, search for this line: <code>req.InitializePost2</code> There is the place to enter the php file name. Your file at htdocs should have the very same name. Upvote 0
if you are using Erel's tutorial, search for this line: <code>req.InitializePost2</code> There is the place to enter the php file name. Your file at htdocs should have the very same name.