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.
Related news
- Pentest Tools Website
- Underground Hacker Sites
- Pentest Recon Tools
- Pentest Recon Tools
- Hacking Tools For Windows
- New Hacker Tools
- Hack Tools Online
- Hack Tools For Mac
- Wifi Hacker Tools For Windows
- Termux Hacking Tools 2019
- Hacker Tools Online
- Android Hack Tools Github
- New Hack Tools
- Hacker Tools For Windows
- Best Hacking Tools 2019
- Hacker Tools List
- Hacking Tools Online
- Hacker Tools For Windows
- Pentest Tools Kali Linux
- Top Pentest Tools
- What Are Hacking Tools
- Hacking Tools Windows
- Hacking Tools
- Hacking Tools
- Hacker Tools Mac
- Hacking Tools Mac
- Pentest Tools For Android
- Pentest Tools Review
- Hacking Tools For Kali Linux
- Wifi Hacker Tools For Windows
- Hacking Tools For Beginners
- Pentest Tools Framework
- Hacker Tools Apk
- Hacker Tools Free Download
- Hacker Tools Windows
- Hacking Tools Online
- Best Hacking Tools 2019
- Hack Apps
- Pentest Tools Website
- Tools 4 Hack
- Hacker Tools Free
- Hacker Tools For Windows
- Pentest Tools Subdomain
- Hacker Tools Online
- Pentest Tools Nmap
- Hacker Tools Apk
- Hacker Tools 2020
- Hack And Tools
- Hack Tool Apk
- Tools 4 Hack
- Pentest Tools Android
- How To Install Pentest Tools In Ubuntu
- Hack Tool Apk
- Hacking Tools For Pc
- Physical Pentest Tools
- Pentest Tools Free
- Hacking Tools Windows 10
- Hack Tools 2019
- Nsa Hacker Tools
- Install Pentest Tools Ubuntu
- How To Make Hacking Tools
- Hacker Tools Github
- Pentest Tools Bluekeep
- Hack Tools For Ubuntu
No comments:
Post a Comment