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
154,864 results
PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...
402,657 views
3 years ago
Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...
140 views
6 months ago
How can you implement recursion in PHP efficiently? ✨ Use recursion for problems that can be broken down into smaller, similar ...
117 views
1 year ago
Whats the Secret to OpCache Optimization? OpCache stores precompiled PHP bytecode to speed up script execution.
How can PHP developers improve debugging efficiency with Xdebug? ⚔️ Xdebug enhances PHP debugging by providing ...
225 views
How to Optimize PHP Session Management? PHP sessions are crucial for maintaining user state across multiple requests ...
98 views
When should I use session_start vs setcookie in PHP? Both session_start() and setcookie() can be used to store session data, ...
77 views
11 months ago
What's the difference between unlink and rmdir in PHP? The unlink function is used to delete files, not directories. It works only ...
97 views
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,056 views
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
496 views
Why does PHP use $ as variable prefix? The dollar sign `$` tells PHP that what follows is a variable. But this was not just for ...
492 views
10 months ago
Where can you find the best practices for securing PHP applications? ⛏️ The official PHP documentation offers security ...
191 views
When to use require_once vs include_once in PHP? ⛹️ require_once ensures that a file is included once and causes a fatal ...
136 views
Why should you care about PHPs memory management? PHPs memory management affects your applications performance.
606 views
What are the best practices for using cookies in PHP? Using cookies securely is vital for user safety. BUT many developers ...
67 views
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
1,819 views
Ready to build modern PHP apps using a clean, lightweight MVC framework? In this beginner-friendly screencast, we dive into ...
114 views
4 months ago
How to Leverage PHP Magic Methods for Advanced Object-Oriented Programming? Magic methods in PHP are special ...
26 views
Why Should You Embrace Yii2 Coding Standards? Yii2 coding standards ensure uniformity and clarity in your codebase.
37 views
Quickly set up the blazing-fast Phalcon PHP framework with MariaDB using Podman containers! Perfect for beginners who want a ...
270 views
5 months ago