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
87,362 results
How to gracefully handle unexpected situations in PHP? 🕹️ When encountering unexpected situations in PHP, its crucial to ...
6 views
2 years ago
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,276 views
1 year ago
When should you use namespaces in PHP? Namespaces in PHP are crucial for organizing and structuring your code.
48 views
Why is PHP code organization crucial for developers? 🎚️ PHP code organization is vital for maintaining clean and maintainable ...
7 views
How to Effortlessly Boost PHP Scripting Comfort? By leveraging PHPs built-in functions smartly. Organize your code into ...
How to control drill milling with PHP? 📽️ You can use PHP to send commands to hardware. 📽️ Fetch and process sensor data ...
62 views
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
2,124 views
What is PHP Lazy Loading? Lazy loading is a technique to delay object creation until it is needed. This helps to improve ...
28 views
What is PHP autoloading and why should you use it? ⚱️ PHP autoloading is a feature that automatically loads classes when ...
34 views
How can Xdebug profile PHP apps? Xdebug profiling can show detailed data on code execution. It tracks function calls, ...
337 views
Ready to build modern PHP apps using a clean, lightweight MVC framework? In this beginner-friendly screencast, we dive into ...
136 views
5 months ago
Stop the pain of slow file uploads! See the modern PHP backend logic for secure, multiple file handling with the Fetch API.
109 views
4 months ago
How Can PHP Version Control Optimize Your Workflow? PHP version control tracks code changes for effortless collaboration.
13 views
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
573 views
Have you ever encountered unexpected errors in your PHP code that left you feeling lost? Error handling is a crucial aspect of ...
71 views
This lesson will show you how to avoid common pitfalls related to output management and ensure your PHP scripts run smoothly.
227 views
How to Optimize PHP Sessions for Better Performance? 🏍️ Optimize PHP sessions by storing session data efficiently. 🏍️ Use ...
30 views
How to Supercharge PHP Performance with Debugging? By utilizing PHPs built-in functions for debugging, you can pinpoint ...
11 views
How to Optimize PHP Session Management? PHP sessions are crucial for maintaining user state across multiple requests ...
101 views
When should you use try-catch in PHP? Use try-catch when dealing with operations that can fail. Common examples include ...
282 views