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
75,311 results
A brief introduction to PHP, and some examples of PHP code. Includes links to the PHP Documentation and other resources for ...
6,079 views
1 year ago
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 choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
515 views
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
1,924 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
How to manage PHP database connection overload? PHP applications face performance issues due to frequent database ...
84 views
Ready to build modern PHP apps using a clean, lightweight MVC framework? In this beginner-friendly screencast, we dive into ...
120 views
4 months ago
Why should you care about PHPs memory management? PHPs memory management affects your applications performance.
617 views
Watch how to: ✓ Install Mezzio ✓ Set up PDO ✓ Create a JSON API Want to learn more? Full course: ...
160 views
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,122 views
Want to learn PHP by actually building something? In this short, I show how to quickly create a working contact form using PHP ...
127 views
3 months ago
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
445 views
Comprehensive tutorials for advance php programming, In this course of advance php programming tutorial you will learn to ...
2 views
6 years ago
Which PHP function checks duplicate values efficiently? You can use `array_count_values()` to check for duplicates.
130 views
11 months ago
What are the best PHP programming tips? Write clean and readable code to enhance maintainability. Use frameworks like ...
17 views
How to integrate spreadsheets in PHP? Use PHP libraries like PhpSpreadsheet for efficient integration. Spreadsheets can ...
86 views
Stop the pain of slow file uploads! See the modern PHP backend logic for secure, multiple file handling with the Fetch API.
107 views
Why use lazy loading in PHP? Lazy loading defers object initialization until needed. It improves performance by reducing ...
53 views
How To Format Ident PHP Code in Notepad++ https://askiw.com/how-to-format-ident-php-code-in-notepad/
491 views
3 years ago
... ensuring that developers have access to the best practices and guidelines for PHP programming. Learn how you can contribute ...
183 views
In this quick YouTube Shorts, learn how to set up the Prado PHP Framework and connect to a MariaDB database in under 60 ...
114 views
5 months ago
When should you use output buffering with ob_start()? Use output buffering when you need to control what gets sent to the ...
126 views
Learn how to quickly connect a Slim Framework 4 app to a MariaDB database and display data in HTML. Perfect for PHP ...
237 views
How to build custom error handlers in PHP? 🏍️ You can create a custom error handler using set_error_handler(). 🏍️ BUT it ...
83 views
In under 60 seconds, learn how to set up a FuelPHP app, connect to MariaDB, and display dynamic data using the MVC ...
123 views