ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,563,927 results

AmanBytes
Learn PHP Language In 10 Minutes!! PHP Language Tutorial

PHP Tutorial for beginners !! This video is for anyone who wants to learn PHP or wants to revise things about PHP in very quick ...

10:23
Learn PHP Language In 10 Minutes!! PHP Language Tutorial

156,338 views

1 year ago

Bro Code
PHP tutorial for beginners 🐘

PHP #course #tutorial PHP tutorial for beginners ⭐ TIME STAMPS ⭐ 00:00:00 PHP tutorial for beginners 00:02:17 XAMPP ...

13:59
PHP tutorial for beginners 🐘

180,749 views

1 year ago

The PrimeTime
PHP 8.4 Is Good

Twitch https://twitch.tv/ThePrimeagen Discord https://discord.gg/ThePrimeagen Become Backend Dev: https://boot.dev/prime (plus ...

15:18
PHP 8.4 Is Good

173,002 views

1 year ago

Laracasts
Should You Learn Laravel Before PHP?

Should you learn PHP first or jump straight into Laravel? It's a question every newcomer asks, and in this episode, Jeffrey ...

13:47
Should You Learn Laravel Before PHP?

17,088 views

4 months ago

STALLYONS TECHNOLOGIES
PHP vs Node.js: The Truth About Backend Development in 2025

What is PHP? (PHP tutorial for beginners & Node.js tutorial included!) ✓ Comparing Node.js vs PHP: Real performance numbers ...

4:23
PHP vs Node.js: The Truth About Backend Development in 2025

53,136 views

11 months ago

Simplilearn
Introduction To PHP | What Is PHP Programming | PHP Tutorial For Beginners | Simplilearn

Discover SKillUP free online certification programs ...

11:27
Introduction To PHP | What Is PHP Programming | PHP Tutorial For Beginners | Simplilearn

195,693 views

4 years ago

Coding with Lewis
I Built the Same App in ALL Versions of PHP (1995-2025)

Use promo code 'PhpStormwithLewis20' at checkout to SAVE 20% on an annual individual PhpStorm license: ...

12:28
I Built the Same App in ALL Versions of PHP (1995-2025)

205,014 views

1 year ago

Dani Krossing
1 | Introduction to PHP Programming for Beginners | 2023 | Learn PHP Full Course for Beginners

Welcome to my new PHP course for beginners! In this introduction to PHP programming for beginners video, I will go over what ...

10:37
1 | Introduction to PHP Programming for Beginners | 2023 | Learn PHP Full Course for Beginners

453,834 views

2 years ago

Dani Krossing
1: Introduction To PHP | Procedural PHP Tutorial For Beginners | PHP Tutorial | mmtuts

For a long time now, my PHP tutorial course has been in need of an upgrade. So here is episode 1 on my new Procedural PHP ...

11:22
1: Introduction To PHP | Procedural PHP Tutorial For Beginners | PHP Tutorial | mmtuts

452,406 views

5 years ago

Jake Wright
Learn PHP in 15 minutes

PHP is one of the most useful languages to know and is used everywhere you look online. In this tutorial, I start from the beginning ...

15:00
Learn PHP in 15 minutes

2,767,136 views

13 years ago

Dani Krossing
2: What Is The MVC Model | MVC Model Explained | Object Oriented PHP Tutorial For Beginners | mmtuts

In this PHP tutorial you will learn about the MVC Model, which is a design pattern we use in OOP PHP. I believe this video is ...

11:57
2: What Is The MVC Model | MVC Model Explained | Object Oriented PHP Tutorial For Beginners | mmtuts

267,176 views

6 years ago

Bro Code
PHP $_GET and $_POST explained

PHP get and post super global variables 00:00:00 intro 00:02:53 $_GET 00:05:30 $_POST 00:07:00 exercise.

11:43
PHP $_GET and $_POST explained

67,326 views

1 year ago

Program With Gio
Full PHP 8 Tutorial - Learn PHP The Right Way

If you want to learn PHP the right way, then you are in the right place. In this course, you will learn PHP from beginners level all the ...

7:00
Full PHP 8 Tutorial - Learn PHP The Right Way

735,077 views

5 years ago

Dani Krossing
16 | Create a Database in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners

In this PHP tutorial I will talk about how to create a MySQL database, to use together with our PHP code! Creating a database ...

12:55
16 | Create a Database in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners

199,118 views

2 years ago

Net Ninja
PHP Tutorial (& MySQL) #1 - Why Learn PHP?

Hey gang, in this first PHP tutorial (with MySQL) I'll explain exactly why I'm creating this series as well as what you'll be making ...

7:05
PHP Tutorial (& MySQL) #1 - Why Learn PHP?

571,327 views

6 years ago

Program With Gio
Basic PHP Syntax - PHP 8 Tutorial

Let's write some PHP & go over the basic syntax. After this video, you will be able to concatenate & print text to the browser, ...

12:32
Basic PHP Syntax - PHP 8 Tutorial

226,314 views

5 years ago

Dani Krossing
20 | Connect to a Database From a Website Using PHP | 2023 | Learn PHP Full Course for Beginners

In this PHP tutorial I will teach you how to connect to a database using PDO, from a website using PHP! Connecting to a ...

14:21
20 | Connect to a Database From a Website Using PHP | 2023 | Learn PHP Full Course for Beginners

257,155 views

2 years ago

Envato Tuts+
How to Use PHP in HTML

Learn how to use PHP code in your HTML pages. This video is aimed at PHP beginners who are trying to strengthen their grip on ...

13:59
How to Use PHP in HTML

83,667 views

3 years ago

Bro Code
PHP how to connect to MySQL database

PHP #course #tutorial PHP connect to XAMPP MySQL database.

8:50
PHP how to connect to MySQL database

224,221 views

1 year ago

Dave Hollingworth
Passing data from PHP to JavaScript: methods, their pros and cons, and how to implement them

PHP for Beginners course: ➤ https://davehollingworth.net/phpy PHP MVC course: ▻ https://davehollingworth.net/phpmvcy ...

17:00
Passing data from PHP to JavaScript: methods, their pros and cons, and how to implement them

58,216 views

4 years ago

Dani Krossing
40: What are Prepared Statements and how to use them | PHP tutorial | Learn PHP programming

What are Prepared Statements and how to use them. Today we will learn how to connect to our database using Prepared ...

18:12
40: What are Prepared Statements and how to use them | PHP tutorial | Learn PHP programming

228,348 views

8 years ago

Envato Tuts+
How to Use AJAX in PHP and jQuery

Today, we're going to explore the concept of AJAX with PHP and JavaScript. ▻ Download unlimited photos, fonts, web templates ...

19:03
How to Use AJAX in PHP and jQuery

24,379 views

4 years ago

Program With Gio
PHP Array Data Type - Indexed, Associative & Multi-Dimensional Arrays - Full PHP 8 Tutorial

In PHP you can have regular index-based arrays also known as indexed arrays, you could also have arrays with custom keys also ...

16:52
PHP Array Data Type - Indexed, Associative & Multi-Dimensional Arrays - Full PHP 8 Tutorial

104,155 views

5 years ago

Dani Krossing
6: Constructors and Destructors in OOP PHP | Object Oriented PHP Tutorial For Beginners | mmtuts

In this OOP PHP tutorial I will teach you about Constructors and Destructors which are used to run statements right before or after ...

12:37
6: Constructors and Destructors in OOP PHP | Object Oriented PHP Tutorial For Beginners | mmtuts

129,667 views

6 years ago

Program With Gio
PHP Docker Tutorial - Nginx - PHPFPM VS Apache - Full PHP 8 Tutorial

In this lesson, you will learn how to get PHP project up & running using docker. For the webserver, we'll be using Nginx because ...

14:39
PHP Docker Tutorial - Nginx - PHPFPM VS Apache - Full PHP 8 Tutorial

126,062 views

4 years ago