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
- Ethical Hacker Tools
- Hacker Tools Linux
- Hack Tools Mac
- Hacking Tools For Windows 7
- What Is Hacking Tools
- Hacking Tools For Windows
- Wifi Hacker Tools For Windows
- Nsa Hack Tools Download
- Pentest Tools For Ubuntu
- New Hacker Tools
- Hacker Tools For Ios
- Pentest Tools For Windows
- Hacking Tools Kit
- Best Hacking Tools 2019
- Hacker Tools For Ios
- Hacking Tools For Windows
- Pentest Tools Apk
- Hacking Tools Online
- Easy Hack Tools
- Hacker Tool Kit
- Pentest Tools For Ubuntu
- Pentest Tools For Windows
- Hacker Tools 2019
- Hacks And Tools
- Hacking Tools Mac
- Hack App
- Hacker Tools For Pc
- Wifi Hacker Tools For Windows
- Hacker Tools Free
- Kik Hack Tools
- Hacking Tools Software
- What Are Hacking Tools
- Hack Tools For Pc
- Hacking Tools Kit
- Hack Tools Github
- Termux Hacking Tools 2019
- What Are Hacking Tools
- Pentest Tools Url Fuzzer
- Beginner Hacker Tools
- Hacking Tools For Pc
- Pentest Tools For Mac
- Hacker Tools Linux
- Hacker Security Tools
- Hack And Tools
- Hack Tools For Windows
- Hack Tools Pc
- Pentest Tools Find Subdomains
- Growth Hacker Tools
- Hacking Tools Github
- Pentest Tools Windows
- Hack Tools For Ubuntu
- Hacking Tools Free Download
- Easy Hack Tools
- How To Install Pentest Tools In Ubuntu
- Hack Tools Download
- Hacking Tools Usb
- Usb Pentest Tools
- Usb Pentest Tools
- Hack App
- Pentest Automation Tools
- Tools For Hacker
- Pentest Tools Website Vulnerability
- How To Install Pentest Tools In Ubuntu
- Pentest Tools Download
- Ethical Hacker Tools
- Ethical Hacker Tools
- Tools Used For Hacking
- Tools Used For Hacking
- How To Make Hacking Tools
- Hackers Toolbox
- Hacking Tools For Windows 7
- New Hacker Tools
- Pentest Tools Github
- Pentest Tools Free
- Hacking Tools 2019
- Hacker Tools Mac
No comments:
Post a Comment