ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

163,188 results

Kai Lentit
Interview with Senior PHP Developer

PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...

6:12
Interview with Senior PHP Developer

403,143 views

3 years ago

Vincent Lab
Playing around with Sockets in PHP and JavaScript

In this video, I'm going to be playing around with Sockets in PHP and JavaScript Subscribe for more ...

4:46
Playing around with Sockets in PHP and JavaScript

11,215 views

4 years ago

PHP UK Conference
From Good To SOLID: How to Become a Better PHP Developer? - Katerina Trajchevska - PHP UK 2019

PHP's flexibility makes it easy for beginners to start programming, but it also allows for projects to easily evolve into a coupled ...

33:42
From Good To SOLID: How to Become a Better PHP Developer? - Katerina Trajchevska - PHP UK 2019

15,603 views

6 years ago

codewithloves
What is PHP language and How its Work

programmerslife #html5 #github #javascript #javaprogramming #coder #programmers #programmer #mysql #html Hii Everyone.

0:39
What is PHP language and How its Work

332 views

2 years ago

Turbo Learn PHP
Why choose trait over interface in PHP? Trait vs Interface in #php – Which One Should You Use?

Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.

0:20
Why choose trait over interface in PHP? Trait vs Interface in #php – Which One Should You Use?

516 views

1 year ago

Mental Outlaw
All PHP Applications are Vulnerable

In this video I discuss a 24 year old bug in the GNU C Library (tracked as CVE-2024-2961) that can allow a threat actor to get ...

8:37
All PHP Applications are Vulnerable

132,061 views

1 year ago

Turbo Learn PHP
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...

0:17
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

1,129 views

1 year ago

Codehow2
PHP Ajax CRUD Operations for Beginners: Full Tutorial with Source Code

... Windows for PHP development in localhost https://youtu.be/vZ9dMQV9otA 2) How to write my first PHP Program | PHP program ...

1:04:21
PHP Ajax CRUD Operations for Beginners: Full Tutorial with Source Code

3,884 views

2 years ago

WordPress
The programming languages of WordPress – PHP

A brief introduction to PHP, and some examples of PHP code. Includes links to the PHP Documentation and other resources for ...

3:48
The programming languages of WordPress – PHP

6,085 views

1 year ago

John Hunt
Two minute programming: Dependency Injection in PHP

Learn what Dependency Injection is in PHP - it's not as hard as it sounds! This is my first 2 minute programming video on YouTube ...

2:06
Two minute programming: Dependency Injection in PHP

16,107 views

9 years ago

ojamboshop
Create Your First PHP App with Fat-Free Framework in 60 Seconds!

Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...

1:15
Create Your First PHP App with Fat-Free Framework in 60 Seconds!

144 views

6 months ago

FIND CODE ACADEMY
Introduction to PHP programming - Learn PHP backend programming

We are Specialist in Programming Tutorials, Money making Skills, Educational Updates and Comedy.

5:30
Introduction to PHP programming - Learn PHP backend programming

8 views

7 years ago

Turbo Learn PHP
Why should you care about PHPs memory management? Unlock #php Memory Management Secrets!

Why should you care about PHPs memory management? PHPs memory management affects your applications performance.

0:30
Why should you care about PHPs memory management? Unlock #php Memory Management Secrets!

617 views

1 year ago

Rod Tech Talk
Should You Learn PHP Programming in 2021 ?

Free 7 Step Freelance SQL Developer Guide: https://digilinksolutions.net/lp/guide/ PREMIUM COURSES ▻ 30 Day Freelance ...

11:20
Should You Learn PHP Programming in 2021 ?

1,745 views

4 years ago

John Hammond
b00t2root19 CTF: EasyPHP [PHP Web Exploits]

If you would like to support me, please like, comment & subscribe, and check me out on Patreon: ...

12:36
b00t2root19 CTF: EasyPHP [PHP Web Exploits]

59,146 views

6 years ago

Turbo Learn PHP
Why use session instead of #cookies in PHP? session vs cookie in #php – Which is Better for Storing

Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...

0:13
Why use session instead of #cookies in PHP? session vs cookie in #php – Which is Better for Storing

1,925 views

1 year ago

Turbo Learn PHP
Which #php function checks duplicate values efficiently? Mastering Duplicate Checks in PHP!

Which PHP function checks duplicate values efficiently? You can use `array_count_values()` to check for duplicates.

0:21
Which #php function checks duplicate values efficiently? Mastering Duplicate Checks in PHP!

130 views

11 months ago

ojamboshop
Build Your First PHP App with Tempest Framework (v1.6.0) — Full Beginner Tutorial!

Ready to build modern PHP apps using a clean, lightweight MVC framework? In this beginner-friendly screencast, we dive into ...

1:01
Build Your First PHP App with Tempest Framework (v1.6.0) — Full Beginner Tutorial!

120 views

4 months ago

Codehow2
Create a Secure Login Form with PHP Session and Cookies | Remember Me

php #session #cookies Create a Secure Login Form with PHP Session and Cookies | Remember Me Learn how to create a ...

32:45
Create a Secure Login Form with PHP Session and Cookies | Remember Me

1,953 views

1 year ago

Neos CMS
Building a blazing fast gRPC Service with PHP - Daniel Lienert| Neos Con 2023

neoscms #grpc #php In early 2022 we decided to use gRPC for building a server API for a new desktop application project. This a ...

38:32
Building a blazing fast gRPC Service with PHP - Daniel Lienert| Neos Con 2023

5,226 views

2 years ago

Turbo Learn PHP
Should you use die() or exit() in PHP? #php die() vs exit(): Which One Should You Use?

Should you use die() or exit() in PHP? die() and exit() are essentially the same, both stop script execution. The real ...

0:15
Should you use die() or exit() in PHP? #php die() vs exit(): Which One Should You Use?

105 views

1 year ago

Turbo Learn PHP
Why use lazy loading in php? the #secret to lazy loading in #php unlock #performance boost!

Why use lazy loading in PHP? Lazy loading defers object initialization until needed. It improves performance by reducing ...

0:41
Why use lazy loading in php? the #secret to lazy loading in #php unlock #performance boost!

53 views

1 year ago

ojamboshop
Flight PHP in 60 Seconds! Build Your First PHP App with MVC + MariaDB

Want to build a PHP web app fast? Here's how to use Flight PHP with MVC and MariaDB in under 60 seconds! Full blog tutorial ...

1:10
Flight PHP in 60 Seconds! Build Your First PHP App with MVC + MariaDB

195 views

5 months ago

Turbo Learn PHP
When is PDO better than MySQLi? PDO vs MySQLi: The Surprising #php #performance Trick!

When is PDO better than MySQLi? Use PDO if you need flexibility for multiple databases. PDO handles prepared statements ...

0:58
When is PDO better than MySQLi? PDO vs MySQLi: The Surprising #php #performance Trick!

279 views

1 year ago

Miglisoft
How to create a Database Admin Panel with CRUD operations in PHP for your MySQL / PDO Database

PHP CRUD Tutorial - https://www.phpcrudgenerator.com How to make a Bootstrap #PHP CRUD Admin Panel for your #PHP ...

15:09
How to create a Database Admin Panel with CRUD operations in PHP for your MySQL / PDO Database

15,175 views

6 years ago