37: How to show database data on a website using MySQLi | PHP tutorial | Learn PHP programming

Channel:
Subscribers:
497,000
Published on ● Video Link: https://www.youtube.com/watch?v=0YLJ0uO6n8I



Category:
Tutorial
Duration: 11:19
626,481 views
7,091


How do you show database data on a website using PHP - PHP tutorial. Today we are going to learn how to get data from a database using PHP.

Regarding people asking why we are not using PDO:

In PHP there exists two methods of programming, which are
"Procedural programming (PP)" and "Object oriented programming (OOP)". In this PHP course we are using PP, and not OOP.

When using PP, it is possible to use MySQLi and Prepared statements. And when using OOP it is possible to use MySQLi, Prepared statements, and PDO. Therefore we cannot use PDO in these lessons here.

HOWEVER, in a few episodes I will show how to get and insert data into a database using prepared statements :)

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/lesson-material-42361704




Other Videos By Dani Krossing


2017-08-308: Introduction to Classes and IDs in HTML | Learn HTML and CSS | Learn HTML & CSS Full Course
2017-08-147: How To Create HTML and CSS Comments | Learn HTML and CSS | Learn HTML & CSS Full Course
2017-08-116: How Do We Include CSS In Our HTML | Learn HTML and CSS | Learn HTML & CSS Full Course
2017-08-085: We Use Boxes in Websites | Learn HTML and CSS | HTML Tutorial | Learn HTML & CSS Full Course
2017-07-30How to Create Website Layouts Using CSS Grid | Learn HTML and CSS | HTML Tutorial
2017-07-27CSS grids will change how we create website layouts | Learn HTML and CSS | HTML tutorial
2017-07-2443: Hashing and de-hashing data using PHP | PHP tutorial | Learn PHP programming
2017-07-2040: What are Prepared Statements and how to use them | PHP tutorial | Learn PHP programming
2017-07-2039: Protect your database against SQL injection using MySQLi | PHP tutorial | Learn PHP programming
2017-07-2038: Insert data from a website into a database using MySQLi | PHP tutorial | Learn PHP programming
2017-07-1637: How to show database data on a website using MySQLi | PHP tutorial | Learn PHP programming
2017-07-1336: How to connect to a database in PHP | PHP tutorial | Learn PHP programming
2017-07-044: Create Titles and Text Using HTML | Learn HTML and CSS | Learn HTML & CSS Full Course
2017-07-043: Learn About HTML Elements and Attributes | Learn HTML and CSS | Learn HTML & CSS Full Course
2017-06-272: Let's Create Our First HTML Project | Learn HTML and CSS | Learn HTML & CSS Full Course
2017-06-2611: Get and set DOM using jQuery | jQuery Tutorial | Learn jQuery | jQuery Library
2017-06-221: Get Started With HTML & CSS | HTML Tutorial for Beginners | Learn HTML & CSS Full Course
2017-06-21NEW UPLOAD SCHEDULE + LAST UPLOAD EXPLAINED
2017-05-229: Animated scroll to a section on page load - Learn jQuery front-end programming
2017-05-218: How to stop effects in jQuery - Learn jQuery front-end programming
2017-05-045: How to validate a form using AJAX - Learn AJAX programming



Tags:
How to select data from a database
get data from database
select data from database
show database data on website
display database data on website
how to get data from a database using php
php
php tutorial
php show data from database
how to display data on a website using php
how to show data on a website using php
how to show database data on a website using php
how do you show database data on a website using php
how to show database data on a website using mysqli