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 info
- Pentest Tools Tcp Port Scanner
- Pentest Tools Open Source
- Best Hacking Tools 2020
- Hacker Hardware Tools
- Hacking Tools Pc
- New Hack Tools
- Hacking Tools Hardware
- Hacking Tools For Windows
- Hack Rom Tools
- Best Pentesting Tools 2018
- Hacker Tools For Pc
- Hacking Tools Download
- Pentest Tools
- Wifi Hacker Tools For Windows
- Install Pentest Tools Ubuntu
- Nsa Hack Tools
- Hacker Tool Kit
- Hacking Tools Windows 10
- Pentest Tools Port Scanner
- Hacker Tools List
- Hacking Tools Windows 10
- Beginner Hacker Tools
- Hacks And Tools
- Hack Website Online Tool
- Hack Tools Download
- Pentest Tools Online
- New Hacker Tools
- Hacker Tools Free Download
- Pentest Tools Github
- Pentest Tools Website Vulnerability
- Hacking Tools Github
- Hacker Tools For Pc
- Game Hacking
- Pentest Tools Website
- Pentest Reporting Tools
- Computer Hacker
- Hacking Tools 2019
- Hacker Tool Kit
- Pentest Tools Subdomain
- Pentest Tools Port Scanner
- Hacking Tools Pc
- Hack Tools
- Usb Pentest Tools
- How To Make Hacking Tools
- Black Hat Hacker Tools
- Hack Tools Github
- Hack Tools For Ubuntu
- Pentest Tools List
- Hacking Tools Github
- Physical Pentest Tools
- Nsa Hack Tools Download
- Pentest Tools Bluekeep
- Hack Apps
- Black Hat Hacker Tools
- Blackhat Hacker Tools
- Best Hacking Tools 2019
- Hack Tools Mac
- Hacking Tools Mac
- Kik Hack Tools
- Beginner Hacker Tools
- Hacker Tools For Pc
- Hack Rom Tools
- Hack Apps
- Hacker Tools Free Download
- Hackers Toolbox
- Hacker Tools Apk
- Bluetooth Hacking Tools Kali
- Pentest Automation Tools
- Hack Apps
- Hackrf Tools
- Hack Tools Download
- New Hacker Tools
- Pentest Tools For Ubuntu
- Hacker Tools Online
- Pentest Tools Bluekeep
- Pentest Tools Subdomain
- Hacker Tools Github
- Hack Tools For Mac
- Hack Rom Tools
- Pentest Tools For Windows
- Pentest Tools Android
- Hacking Tools Free Download
- Kik Hack Tools
- Hack Tools Mac
- Hacking Tools Name
No comments:
Post a Comment