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 For Pc
- Hack Tools 2019
- Hacking Tools Pc
- Tools For Hacker
- Hack Tools
- Pentest Tools Android
- Black Hat Hacker Tools
- How To Make Hacking Tools
- Hacker Tools List
- Pentest Tools Alternative
- Pentest Automation Tools
- Pentest Tools Apk
- Hacking Tools For Windows
- Install Pentest Tools Ubuntu
- How To Make Hacking Tools
- Hacker Tools List
- Hacker Tools Mac
- Hack Tools For Mac
- Hacking Tools Free Download
- Pentest Tools Website
- Hack And Tools
- Pentest Tools Website
- Pentest Tools Kali Linux
- Hacker Tools 2019
- Hacker Tools Online
- Hacking Tools For Windows Free Download
- Hack Tools Online
- Hack Tools Online
- Hacker Tools Linux
- Hack And Tools
- Pentest Recon Tools
- Pentest Recon Tools
- Hack Tools For Windows
- Hacking Tools Hardware
- Pentest Tools Tcp Port Scanner
- Best Hacking Tools 2019
- Hacking App
- Pentest Tools For Ubuntu
- Free Pentest Tools For Windows
- Usb Pentest Tools
- What Are Hacking Tools
- Pentest Tools
- Hack Tools Download
- Growth Hacker Tools
- Pentest Tools Online
- Pentest Tools Apk
- Hacking Tools 2019
- Hacking Tools Usb
- Hacker Tools Github
- Hacking Tools For Mac
- Hack Tools Online
- Hacker Tools For Ios
- Hackrf Tools
- Growth Hacker Tools
- Hacker Tool Kit
- Ethical Hacker Tools
- Hacking Tools Online
- Hack Tool Apk No Root
- Hack Tools Download
- Hacker Tools For Ios
- Hack Tools Github
- Hack Tools For Mac
- Hacking Tools Windows
- Usb Pentest Tools
- Hacking Tools Software
- Bluetooth Hacking Tools Kali
- Pentest Tools Website Vulnerability
- Install Pentest Tools Ubuntu
- Pentest Tools Framework
- Hacking Tools Windows 10
- Pentest Recon Tools
- Hacking Tools Mac
- Hack Tools For Games
- Hackers Toolbox
- Pentest Tools Find Subdomains
- Hackers Toolbox
- Best Hacking Tools 2020
- Hack Tools For Ubuntu
- Pentest Tools List
- Hacker Tools 2019
- Android Hack Tools Github
- Hacking Tools Software
- Nsa Hack Tools
Nenhum comentário:
Postar um comentário