Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
162,943 results
PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...
403,150 views
3 years ago
In this video, I'm going to be playing around with Sockets in PHP and JavaScript Subscribe for more ...
11,215 views
4 years ago
PHP's flexibility makes it easy for beginners to start programming, but it also allows for projects to easily evolve into a coupled ...
15,604 views
6 years ago
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
516 views
1 year ago
programmerslife #html5 #github #javascript #javaprogramming #coder #programmers #programmer #mysql #html Hii Everyone.
332 views
2 years ago
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 ...
132,061 views
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
1,925 views
A brief introduction to PHP, and some examples of PHP code. Includes links to the PHP Documentation and other resources for ...
6,087 views
We are Specialist in Programming Tutorials, Money making Skills, Educational Updates and Comedy.
8 views
7 years ago
... Windows for PHP development in localhost https://youtu.be/vZ9dMQV9otA 2) How to write my first PHP Program | PHP program ...
3,884 views
If you would like to support me, please like, comment & subscribe, and check me out on Patreon: ...
59,146 views
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,129 views
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 ...
16,107 views
9 years ago
Why should you care about PHPs memory management? PHPs memory management affects your applications performance.
617 views
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
445 views
Which PHP function checks duplicate values efficiently? You can use `array_count_values()` to check for duplicates.
130 views
11 months ago
Why should you use lazy loading in PHP applications? Lazy loading improves performance by deferring the initialization of ...
59 views
Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...
144 views
6 months ago
PHP CRUD Tutorial - https://www.phpcrudgenerator.com How to make a Bootstrap #PHP CRUD Admin Panel for your #PHP ...
15,175 views
Why use lazy loading in PHP? Lazy loading defers object initialization until needed. It improves performance by reducing ...
53 views
Should you use die() or exit() in PHP? die() and exit() are essentially the same, both stop script execution. The real ...
105 views
php #session #cookies Create a Secure Login Form with PHP Session and Cookies | Remember Me Learn how to create a ...
1,953 views
What happens if include fails in PHP? include will generate a warning but continue the script execution. require will generate ...
43 views
When is PDO better than MySQLi? Use PDO if you need flexibility for multiple databases. PDO handles prepared statements ...
279 views
What is the purpose of the PHP ini_set function? The ini_set function changes PHP settings while the script runs. BUT not all ...
34 views