How to Create MYSQL Database Using cPanel https://youtu.be/0tdFBqDsOqQ Searches related to android connect to online mysql database how to connect …
Original source
How to Create MYSQL Database Using cPanel https://youtu.be/0tdFBqDsOqQ Searches related to android connect to online mysql database how to connect …
Original source
50 responses to “Android MySQL Database Tutorial 3 – Connecting Android App to Online Mysql Database”
hello, how I run this program on the real device which URL I have to add in the android studio please help and reply soon as possible.
Do I really have to buy cpanel to do this tutorial?
tysm working fine
So in this step we need to have Web that already been hosting right? Hmm
very cool you are the best
mysqli_connect():(HY000/220): Connection refused in conn.php on line 6
mysqli_query() expects parameter 1 to be mysqli,boolean given in login.php on line 7
mysqli_num_rows() expects parameter 1 to be mysqli_result,null given in login.php on line 8
I am getting this errors, anybody please help!!!thanks in advance…
$conn = mysqli_connect($server_name, $mysql_username, $mysql_password, $db_name);(this is my line 6 in conn.php)
$result = mysqli_query($conn ,$mysql_qry); line 7
if(mysqli_num_rows($result) > 0) line 8
this is my line 7 and 8 in login.php)
after clicking the login button, my app crashes. Did anyone else run into this issue?
mine is unsuccessful. it just show login status. how can i fix it? when i try to change the url into ip address of the website, it show some message. can anybody help me?
Why you use cPanel now instead of Wamp, which is free ?
Thank you so much ๐
thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuu you're the best !!! thumbs up !
bonjour,merci pr ce cours;
je voudrais savoir comment relier une database a mon applicationa ndroid map ;autrement dit , les coordonnees de mes positions sont stockers dans la base de donnee et je vousrais les afficher sur map .? comment faire? merci de me repondre
i have a wammp server on my pc but want to test this on my mobile phone. how do i change the string login_url to connect from my phone to my pc with wamp server?
very useful tutorial.. I am new in mysql db and your videos #1 on my favorite list ^^
Can you make this in Xamarin?
Mine isn't working. I have godaddy too and did what you did. but my login button only display status.
Hi there, i have a working login/register android app with php and sqlite, (locally), i have an account with godday, i uploaded my server files, and changed the db connection, but i am unable to acess the database from my andriod phone. is that an issue with remote access or i must have done something wrong. thanks
Great Video!
Worked fine for me.
One question though.
Let's say I wanted to put the php files in a different directory.
For example a directory called Android.
How would I navigate there ?
thx in advance!
very helpful!
I tried this on an online hosting site.
But after clicking 'Login' button.. my alertdialog shows message "This site does not support Javascript….."
Any help??????????
thank you sir.
its helpful
God damn it, I'm just getting connection unsuccesful and login unsuccesful
Right? Right.. Right? RIIIIGHHHHHTTTTTT.. RIGHT?
(Funny, thanks for helpfull vids)
is godaddy server free?
I got a little different problem,
In login status there was a warning.
Cant connect to MySQL server on xyz.com
I exactly did the same things as in tutorials.
How do i go to another activity on android?
Awesome Bro!
got a login success but after that their is some kind of code in their(Analytic code) how to hide it
Hi. I am not able to register. When i click on register button, no msg is shown just the preexecute msg is displaying, and while login. my login is failed msg is showing.
what is the meaning of this line?is it necessary?BufferedRaeder bufferedReader=new BufferedReader(new InputStreamReader(inputStream, "iso-8859-1"));please help?
How do I retrieve data from MySQL database using android studio?
How do I retrieve data from MySQL database using android studio?
somebody got a flue…
Really helpful.
Thanks a lot for making this video.
i am not able to access data from my database. i have followed all the steps that you mentioned in video.pls help
hi. I have a database where images are uploaded. i want to get notification on my android app when a new image is uploaded. like a push notification. can you help me with this please?
Do i need a premium account to host or I can just use a offers free web hosting sites that have a mysql database and phpmyadmin
Will you please tell me some online server database website in which i can make my own database freely for testing purpose…if its of smaller size…doesn't matter….plz give me some website names.
hi sir can you help how to make and classrecord apps … ???
how to upload image Online Mysql Database.
can anyone has that background java file shown in this video at 13:22
hello sir i want to upload as well as text data so please send video for upload image
Hello Sir
I purchased a economy hosting from godaddy And Now I want to connect it with php Now I followed you as you have explained in video but it did not work for me . Will you give me any other idea about connecting the database with php
I watched your video that how to create database in cpanel
You are an Indian I'm also an Indian.
So You should help me in this because everyone help each other
Sir. how can i run my app on a real android device and not in emulator
i have shown on "login status" alert box bot not show" login success" message
Hi, I got very good knowledge from your Android Studio Tutorials, and i
have started making apps in Android. But I am getting
java.net.UnknownHostException when i am trying to fetch my login.php
file from 000webhost.com. So please try to solve this query and answer me as soon as possible.
I am having a problem:
When I connect the app to my local server it works well, when I connect the app to the server hosted on free we hosting it returns some garbage in the alert box. I created a dummy php script that posts the same data that the android app is posting and it worked fine. Can someone please help me?
Thank you very much
Hi I hope someone can help me . My webserver is hosted online but when I send the login info I get a long message that I think is sent as HTML format and basically it says "This site requires JavaScript to work please enable javascript in your browser" any idea how I can get the actual response e.g "login successful"
Every time I click login it says login failed even though i have the correct details inserted
can i show the message "login successful" on the app instead of an alert window with this code?