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
30,395 results
When should you use array_map over array_filter? array_map is used when you need to apply a transformation to every ...
49 views
11 months ago
Why use htmlspecialchars in PHP? `htmlspecialchars()` prevents XSS by encoding special HTML characters. It converts ...
593 views
Learn how to quickly connect a Slim Framework 4 app to a MariaDB database and display data in HTML. Perfect for PHP ...
226 views
6 months ago
Which functions can help with date manipulation? PHP provides several built-in functions for date manipulation.
203 views
Display Star Ratings in PHP and MySQL | PHP Tutorial In this PHP tutorial, you'll learn how to display star ratings from a database ...
144 views
2 months ago
Where to check PHP version compatibility with your code? You can check the PHP version using the PHP_VERSION constant.
46 views
Unlock the full potential of Eclipse IDE for web development! In this guide, you'll learn how to set up Eclipse IDE for PHP, ...
122 views
5 months ago
When should I use curl_setopt() in PHP? You should use `curl_setopt()` when you need to customize HTTP requests. But its ...
120 views
10 months ago
PHP 8.1.0-dev User-Agentt RCE Vulnerability Tutorial | Rahad Chowdhury In this video, we'll explore the PHP 8.1.0-dev ...
163 views
Why is PDO better than manual escaping in PHP? PDO Prepared Statements automatically handle escaping for you.
183 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
Where can I define constants in PHP? You can define constants at the top of your script. Using config files is a great way to ...
400 views
Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...
140 views
Where can you find the best practices for securing PHP applications? ⛏️ The official PHP documentation offers security ...
191 views
In this quick YouTube Shorts, learn how to set up the Prado PHP Framework and connect to a MariaDB database in under 60 ...
113 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
Ready to master variables in php? This comprehensive guide covers everything you need to know! In this video, you'll discover: ...
5 views
Which PHP function allows for file manipulation in streams? The fopen() function is key for stream file manipulation. It opens ...
86 views
Want to learn PHP for free? In this beginner-friendly course, we'll guide you step-by-step through the basics of PHP, covering ...
68 views
Why is using require sometimes better than include in PHP? Require ensures that the file is included, otherwise, the script will ...
109 views