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.
More information
- Hacking Tools And Software
- Hacker Security Tools
- Hacking Tools For Beginners
- Pentest Automation Tools
- Hacking Tools Hardware
- Hacker Tools For Mac
- Hack Tools For Pc
- Hacker Tools Linux
- Pentest Tools Subdomain
- Best Pentesting Tools 2018
- Best Hacking Tools 2019
- Hacking Tools Usb
- Hacking Apps
- Hack And Tools
- Pentest Tools Review
- Tools For Hacker
- Hacker Tools Free Download
- Hacker Tools Linux
- Hacker Tools Online
- Wifi Hacker Tools For Windows
- Termux Hacking Tools 2019
- Hacking Tools Windows
- Hacking Tools For Pc
- Hack Tools For Games
- Pentest Tools Kali Linux
- Free Pentest Tools For Windows
- Hacking Tools Free Download
- Pentest Tools Github
- Pentest Tools Bluekeep
- Best Pentesting Tools 2018
- Ethical Hacker Tools
- Hacking Tools For Kali Linux
- Physical Pentest Tools
- Best Hacking Tools 2019
- Hacker Tools For Mac
- Hacker Hardware Tools
- Hack Tools Pc
- Pentest Tools For Windows
- Hacker Tools Free Download
- Pentest Automation Tools
- Hacking Tools Free Download
- New Hack Tools
- How To Hack
- Hacker Tools Apk
- Hack Tools Online
- Pentest Tools Github
- Hacker Tools Github
- Pentest Tools Framework
- Hack Website Online Tool
- Hack Tool Apk No Root
- Hack Apps
- Pentest Box Tools Download
- Pentest Tools Subdomain
- How To Hack
- Pentest Tools
- Pentest Automation Tools
- Hacker Tools For Windows
- Hacker Tools 2020
- Best Hacking Tools 2020
- Best Pentesting Tools 2018
- Pentest Tools Github
- Hacker Tools List
- Hacking Tools For Mac
- Pentest Tools For Windows
- Game Hacking
- Hacker Tools Online
- Hackrf Tools
- Hacker Tools Linux
- Hacking Tools Kit
- Pentest Tools Framework
- Hack Tools Pc
- Hack Tools
- How To Make Hacking Tools
- Hack Tools For Windows
- Hacking Tools Github
- New Hacker Tools
- Pentest Tools For Ubuntu
- Computer Hacker
- What Is Hacking Tools
- Beginner Hacker Tools
- Pentest Tools Windows
- Hacking Tools Free Download
- Hacker Tools Linux
- Pentest Recon Tools
- Pentest Tools Tcp Port Scanner
- Free Pentest Tools For Windows
- Hack Rom Tools
- Hacker Tools List
- Hacker Tools 2020
- Pentest Tools Review
- Tools For Hacker
No comments:
Post a Comment