Android MySQL Database Tutorial 1 - Creating Database And Writing PHP Script

preview_player
Показать описание
Hi welcome to this short series on Android MySQL Database Tutorial for beginners. In Android PHP/MySQL Tutorial I will use PHP to create a back-end rest server. In this first video I will show How to Create your MySQL Database And Writing PHP Script. It is the Best tutorial for android PHP and MySQL. This tutorial series will cover How to connect Android app to MySQL database?, Android Tutorial - Connect Android to MySQL Database, Android Login and Registration with PHP, MySQL , Android Login Form Tutorial with MySQL and PHP
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

These 4 videos helped me understand the concept better. Thanks.
Those who are getting errors, copy the source code from description[its in video 2] and use that directly [except the package name]

spectaterahul
Автор

For those having problem establishing connection add 3308 port no at the end in the line as:
$conn = mysqli_connect($server_name, $mysql_username, $mysql_password, $db_name, "3308");
For login.php errors check your table name mine was emp-data changed to emp_data it worked.

It works

pulkitnehra
Автор

Okay, for people not getting login.php to register. He added "like" in front of password without telling us. So it won't work. It took me a bit to notice, but it switched after looking over my code.

Anjfyi
Автор

Use = symbol instead of "like" before $user_name and $user_pass, worked for me.

burrbakkk
Автор

thank you man
this is great, although I don't know how to code in php but I've understood the concept..
the problem in other tutorials that they either too easy so they aren't usefull or too hard to be understood by beginners, but this's exactly the right level to an android programmer who's not expert in php, sql and other networking stuff
tnx again 😁😀

sharbelokzan
Автор

If your having problems instead of like use "=" works for me

h.r.hbrandont
Автор

for those with query issues i would recommend writing the $mysql_qry like this:

$mysql_qry = "SELECT * FROM employee_data WHERE username='$user_name' && password='$user_pass'";

ShahidFoy
Автор

Remember to repeat the "Like " or "= " after the "and password". if you are having problem.

SamuelBlebo
Автор

I was watching one of your videos back from 2012 and then randomly this new video popped up in my feed, and god, that's a real improve in your voice *-* .

WakefieldSeldon
Автор

Wow! How many programming languages you know? Could you share to us based on your experience what are the important languages to learn in order of importance. This is my 2nd time to visit your channel and just subscribed. I have basic knowledge of HTML, CSS, and now currently learning PHP and MySQL.

visionvision
Автор

Very helpful video. Your all tutorials are best.

ecoit
Автор

4 videos that helped me a lot thanks keep on uploading more videos

mohamedaminebacha
Автор

Since you are recording the examples now, you can do it with latest mysqli than the old, deprecated and insecure mysql. That will be good for the newbies.

sarvap
Автор

hi im newbe im use ubuntu so poin from 12:43-13:25 how to do in ubuntu thanks

nptroom
Автор

If you cant access the LocaHost Website or phpmyadmin then right click it go into tools and change the port to 8080

deceptivesmurf
Автор

thank u a lot. i just follow the videos and it works for me

mostafaashrafi
Автор

If i put our app in playstore
Can everyone can see all data?
Just like firebase?

makingzebraop
Автор

thanku so much brother
i have a question
can u please tell me how to access a specific function of web api inside my android program?

if(service==washing)
then it should fetch the data for me according to api.

how can i use it un my program?

kuldeepnegi
Автор

Awesome tutorial, works flawlessly and is easy to setup.

giuseppeworthington
Автор

Hi thanks for the great work you are doing...
Which Android Emulator would recommend... I am not getting the bottom information about the Connection Status...

pgenga
join shbcf.ru