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
152,440 results
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
599 views
1 year ago
Further reading: $_GET super globals:https://www.w3schools.com/php/php_superglobals_get.asp Notchmods Discord: ...
822 views
3 years ago
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,463 views
In this tutorial we print hello world to screen. in simple and basic method. For more information, check out the website: ...
50 views
7 years ago
When should you use namespaces in PHP? Namespaces in PHP are crucial for organizing and structuring your code.
55 views
2 years ago
Want to build web apps with PHP in minutes? Watch how easy it is to install Yii2 and pull data from a database using Gii — the ...
214 views
9 months ago
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
447 views
Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...
152 views
8 months ago
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
2,338 views
PHP 8.1.0-dev User-Agentt RCE Vulnerability Tutorial | Rahad Chowdhury In this video, we'll explore the PHP 8.1.0-dev ...
283 views
5 months ago
Why is eval better than include in PHP? eval() can execute dynamic PHP code from a string, offering flexibility. include() ...
484 views
Ready to build modern PHP apps using a clean, lightweight MVC framework? In this beginner-friendly screencast, we dive into ...
136 views
7 months ago
How to prevent PHP database deadlocks with concurrent writes? Always use consistent locking strategies for database writes.
106 views
Learn how to build a PHP To-Do List app with full CRUD functionality — all in under 60 seconds! This is the fastest way to ...
121 views
6 months ago
Why should you avoid using eval in PHP? eval can execute any PHP code given to it, which opens the door for code injection ...
99 views
PHP Die and Exit Functions Tutorials | Php tutorials for beginners with MySQL In this tutorial you will learn php Die and Exit ...
69 views
Why should you use PHPs ternary operator? The ternary operator offers a concise and efficient way to write conditional ...
12 views
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 ...
210 views
When should you use array_push in PHP? array_push adds elements to the end of an array. It is faster for sequential ...
416 views
Stop the pain of slow file uploads! See the modern PHP backend logic for secure, multiple file handling with the Fetch API.
110 views