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 articles
- New Hack Tools
- Pentest Tools For Ubuntu
- Pentest Reporting Tools
- Hack Tools For Games
- Github Hacking Tools
- Pentest Tools For Windows
- Hacker Security Tools
- Hack Tools For Ubuntu
- Pentest Tools Bluekeep
- Pentest Tools Bluekeep
- Hack Apps
- Bluetooth Hacking Tools Kali
- Hacker Tools For Windows
- Pentest Tools Download
- Usb Pentest Tools
- Hacker Techniques Tools And Incident Handling
- Easy Hack Tools
- Hacking Tools Mac
- Pentest Tools Review
- Hacker Tools For Windows
- Hacks And Tools
- Hacker Tools For Windows
- Best Hacking Tools 2020
- Hacker
- Pentest Reporting Tools
- Android Hack Tools Github
- Hacking Tools Hardware
- Kik Hack Tools
- Hack Tools Download
- Hacking Tools 2019
- Hacking Tools For Mac
- Pentest Tools Url Fuzzer
- Hacks And Tools
- Pentest Tools Kali Linux
- Hack Tools For Pc
- Pentest Tools For Mac
- Hacker Hardware Tools
- Termux Hacking Tools 2019
- Hacker Tools Linux
- Nsa Hack Tools Download
- Hacking Tools Windows 10
- Hacking Tools Kit
- Hacker Security Tools
- Hack Tools Download
- Termux Hacking Tools 2019
- Hacking Tools For Pc
- Hacker Tools Linux
- Tools Used For Hacking
- Pentest Tools For Mac
- Hacking Tools Free Download
- Hack Tool Apk No Root
- Pentest Tools Subdomain
- Pentest Tools Url Fuzzer
- Hacking Tools For Beginners
- Pentest Tools For Ubuntu
- Pentest Tools Tcp Port Scanner
- Hacker Tools For Mac
- Pentest Tools
- Pentest Tools Url Fuzzer
- Hacker Tools For Windows
- Hacking Tools 2019
- Hacker Techniques Tools And Incident Handling
- Hacking Tools Online
- Hacker Tools Windows
- What Are Hacking Tools
- Hacker Tools Linux
- Pentest Tools Port Scanner
- Underground Hacker Sites
- Pentest Box Tools Download
- Hackrf Tools
- Hack Tool Apk No Root
- Hacker Hardware Tools
- Pentest Reporting Tools
- Hack Rom Tools
- Pentest Tools Url Fuzzer
- Hacker Tools Software
- Hack Tool Apk No Root
- Hacker Security Tools
- Nsa Hack Tools Download
- Hack Tools For Mac
- Hacking Tools Hardware
- Hacker Tools For Ios
No comments:
Post a Comment