Welcome to my another PHP and MYSQL tutorial. In the previous I've discussed about the data insertion into database by using PHP and MYSQL. So i did successfully in the previous video.
In this video tutorial I'll discuss How to fetch data from the database called as data fetching. It's really a simple thing to access your data which is in database. You just have to do a little work for this. For fetching data you have follow some steps.
How to Fetch Data from Database
Step 1:
Make a connection with your database which i did in the previous blog.
Step 2:
If you wanna fetching a values in "form" or in a table so just have to create a form, table or whatever you want in HTML. I've created a table where I'll show you how to fetch data in table form.
Step 3:
Write a query SELECT * FROM table_Name;
Step 4:
Create a Loop for fetching all the data on a single click.
Step 5:
Create variables for the sake of storing a different values from the combined values in the loop variable like:
//while loop to fetch all the values from the database and stored in the variable named "row".
while($row = mysql_fetch_array(mysql_query($conn,$query))){
$name = $row['username']; //$name will save all the username values from the loop variable 'row'.
$pass = $row['password']; //$pass will save the password values from the loop variable 'row'.
}
Now watch the video for better understanding.
Read more
- Hack Apps
- Hacking Tools And Software
- Hack Tools For Ubuntu
- Tools Used For Hacking
- Pentest Tools Linux
- Hacker
- Android Hack Tools Github
- Game Hacking
- Easy Hack Tools
- Hacker Tools Free Download
- Hacker Tools Windows
- Hacking Tools For Beginners
- Hack Tool Apk No Root
- Hacker Tools For Windows
- Hack Tool Apk
- Pentest Tools For Android
- Hacking Tools For Games
- How To Make Hacking Tools
- How To Hack
- Hacking Apps
- Wifi Hacker Tools For Windows
- Hacker Tools Free
- Hack Tools
- Hacking Tools For Kali Linux
- Hacking Tools And Software
- Hacker Tools Mac
- Hacker Tools Free Download
- Hak5 Tools
- Pentest Automation Tools
- Easy Hack Tools
- Android Hack Tools Github
- Pentest Tools Download
- Hacker Tools Github
- Hack And Tools
- Blackhat Hacker Tools
- What Are Hacking Tools
- Growth Hacker Tools
- Hacking Tools Github
- How To Install Pentest Tools In Ubuntu
- Hack Tools For Pc
- New Hacker Tools
- Hacking Tools Pc
- Hacker Security Tools
- Hacker Tools Free
- Hacking Tools Windows 10
- Pentest Tools Alternative
- Pentest Recon Tools
- Kik Hack Tools
- Hacks And Tools
- Computer Hacker
- Free Pentest Tools For Windows
- Install Pentest Tools Ubuntu
- Hack Tools Download
- Hacker Tools Free Download
- Pentest Tools Windows
- Hacking Tools For Mac
- Pentest Tools Nmap
- Hacking Tools Mac
- What Is Hacking Tools
- Hack Tool Apk No Root
- World No 1 Hacker Software
- Best Pentesting Tools 2018
- Hacker Tools
- Hacking Tools For Kali Linux
- Hacker Tools
- Pentest Tools Find Subdomains
- Hack Tools For Pc
- Best Pentesting Tools 2018
- Hack Tools For Ubuntu
- Hacker
- Hacking Tools Free Download
- Hacker Tools Apk Download
No hay comentarios:
Publicar un comentario