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 Apps
- Pentest Tools Url Fuzzer
- Pentest Tools Url Fuzzer
- Hack App
- Hacker Tools For Pc
- Usb Pentest Tools
- Hacking Tools Pc
- Github Hacking Tools
- Nsa Hacker Tools
- Hacking Tools Windows
- Pentest Tools For Ubuntu
- Hack Tools For Ubuntu
- Hacker Tools Software
- Tools Used For Hacking
- Hak5 Tools
- Hak5 Tools
- Pentest Tools Linux
- Best Hacking Tools 2019
- Hacking Tools Windows 10
- Hacking Tools For Windows
- Pentest Recon Tools
- Pentest Recon Tools
- Pentest Tools Bluekeep
- Hacker Tools Apk
- Termux Hacking Tools 2019
- Hacking Tools Free Download
- Pentest Tools Kali Linux
- Pentest Tools Website Vulnerability
- Hack Apps
- Pentest Tools Online
- How To Make Hacking Tools
- Hacker Tool Kit
- Hacker Tools Software
- Hacking Tools Online
- Easy Hack Tools
- Hack Tools Pc
- Nsa Hack Tools
- Hacking Tools Kit
- Pentest Tools Website Vulnerability
- Hacker Tools List
- Hack Tools For Pc
- Pentest Reporting Tools
- Pentest Tools Kali Linux
- Hacker Tools 2020
- Pentest Recon Tools
- Physical Pentest Tools
- Nsa Hack Tools Download
- Pentest Tools For Android
- Hack Rom Tools
- Hacks And Tools
- Game Hacking
- What Are Hacking Tools
- Hacking Tools Github
- Blackhat Hacker Tools
- Pentest Recon Tools
No comments:
Post a Comment