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 articles
- Hacker Tools 2020
- Underground Hacker Sites
- Kik Hack Tools
- Pentest Tools
- Pentest Tools
- Hacking Tools For Kali Linux
- Growth Hacker Tools
- Hacking Tools 2019
- What Are Hacking Tools
- Easy Hack Tools
- Hacker Tools Hardware
- Hacking Tools Usb
- Pentest Tools Free
- Hacker Tools For Pc
- Pentest Tools For Android
- Pentest Tools Bluekeep
- Hacker Tools List
- Hacking Tools Download
- Hacker Tools Apk
- Hack Tools For Windows
- Hacking Tools Github
- Hacking Tools Github
- Hack Tools
- Growth Hacker Tools
- Tools Used For Hacking
- Nsa Hack Tools Download
- Hacker Tools Mac
- Pentest Tools Alternative
- New Hacker Tools
- Hack Tools Mac
- How To Make Hacking Tools
- Hack Tools For Windows
- Hacking Tools Software
- Hacking Tools For Pc
- Computer Hacker
- Pentest Tools List
- Hacking Tools
- Hack Tools
- Blackhat Hacker Tools
- Hack Tools
- Hack Tools Mac
- Hacker
- Pentest Tools Tcp Port Scanner
- Hacking Tools Windows 10
- Pentest Tools Windows
- Pentest Tools Port Scanner
- Hack Tools Download
- Hacker Tools Windows
- Pentest Tools For Ubuntu
- Pentest Tools Website Vulnerability
- Free Pentest Tools For Windows
- Hacker Techniques Tools And Incident Handling
- Pentest Tools Framework
- Hack Tools Download
- Hacking App
- Hack Tools Mac
- Hacking Tools
- Hacking Tools For Games
- Hacker Techniques Tools And Incident Handling
- Hacker Tools Apk Download
- Pentest Tools Apk
- Hacker Tool Kit
- Pentest Tools For Mac
- Pentest Tools Framework
- Growth Hacker Tools
- Hacker Tools
- Hackrf Tools
- Hacker Tools 2020
- Hacking Tools Pc
- Hack Tools For Pc
- Pentest Tools List
- Hacking Tools Free Download
- Wifi Hacker Tools For Windows
- Hacking Tools Online
- Hacking Apps
- Hacker Tools Free Download
- What Is Hacking Tools
- Hacking Tools For Mac
- Pentest Tools Subdomain
- Hack Tools Pc
- Hacker Tools For Windows
- Pentest Tools Tcp Port Scanner
No comments:
Post a Comment