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
- Pentest Tools For Android
- Pentest Reporting Tools
- Hack Tools Pc
- Usb Pentest Tools
- Hack Tools For Games
- What Are Hacking Tools
- Hack Tools Online
- Hack Tools Pc
- Hackers Toolbox
- What Is Hacking Tools
- Pentest Box Tools Download
- Hack Apps
- Hacking Tools For Mac
- Hack Tools For Windows
- Best Hacking Tools 2019
- Best Hacking Tools 2019
- Hacking Tools 2019
- Hack Apps
- Hacking Tools For Mac
- World No 1 Hacker Software
- Pentest Tools Url Fuzzer
- Beginner Hacker Tools
- Pentest Tools Tcp Port Scanner
- Hacker Tools Github
- Hacking Tools Free Download
- Pentest Tools Bluekeep
- Pentest Reporting Tools
- Nsa Hack Tools Download
- Hacker Hardware Tools
- Pentest Tools Nmap
- Pentest Tools For Ubuntu
- Pentest Tools For Mac
- Hack Tools Pc
- Hacking App
- Hacker
- Best Hacking Tools 2020
- Pentest Tools Framework
- Pentest Tools Alternative
- Hack Tools Online
- Pentest Tools Windows
- Hacking Apps
- What Is Hacking Tools
- Hackers Toolbox
- Install Pentest Tools Ubuntu
- Hacking Tools Free Download
- Hack Tools For Pc
- What Are Hacking Tools
- Hacker Tools Apk
- Hacker
- Hacking Tools And Software
- Hacking Tools 2020
- Pentest Tools List
- Pentest Tools Download
- Game Hacking
- Hack Tools For Pc
- Pentest Tools
- Hacking Tools Windows 10
- How To Make Hacking Tools
- Wifi Hacker Tools For Windows
- Hacking Tools Online
- Hacking Tools Github
- Pentest Tools Website
- Hacker Tools For Pc
- Hacking Tools Hardware
- Hacks And Tools
- Pentest Recon Tools
- Pentest Recon Tools
- Underground Hacker Sites
- Hack Apps
- Tools 4 Hack
- Nsa Hacker Tools
- Pentest Box Tools Download
- Android Hack Tools Github
No comments:
Post a Comment