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
168,440 results
PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...
404,044 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,223 views
1 year ago
php #session #cookies Create a Secure Login Form with PHP Session and Cookies | Remember Me Learn how to create a ...
2,050 views
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
549 views
How to control drill milling with PHP? 📽️ You can use PHP to send commands to hardware. 📽️ Fetch and process sensor data ...
62 views
We are Specialist in Programming Tutorials, Money making Skills, Educational Updates and Comedy.
8 views
7 years ago
When should you use session_start() vs session_id()? session_start() is essential to begin a session and generate a session ID ...
91 views
How can Yii2 Coding Standards Boost PHP Efficiency? Yii2 coding standards ensure consistency and readability across your ...
67 views
Why Should You Embrace Yii2 Coding Standards? Yii2 coding standards ensure uniformity and clarity in your codebase.
38 views
Which PHP loop is better: foreach or while? Use foreach for arrays or collections when the structure is fixed. while is better ...
466 views
Why is using require sometimes better than include in PHP? Require ensures that the file is included, otherwise, the script will ...
110 views
Which tools help in profiling PHP applications? Profiling tools help find slow parts of your code. They show you where your ...
36 views
What is the purpose of the PHP ini_set function? The ini_set function changes PHP settings while the script runs. BUT not all ...
34 views
How to generate random decimal numbers in PHP? Use `mt_rand()` to generate random integers. Divide the result by a ...
73 views
... ensuring that developers have access to the best practices and guidelines for PHP programming. Learn how you can contribute ...
186 views
What are the best PHP programming tips? Write clean and readable code to enhance maintainability. Use frameworks like ...
18 views
How can you implement recursion in PHP efficiently? ✨ Use recursion for problems that can be broken down into smaller, similar ...
121 views
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
2,054 views
How can Xdebug profile PHP apps? Xdebug profiling can show detailed data on code execution. It tracks function calls, ...
331 views
How can __get method innovate PHP programming? The __get method allows dynamic property access in PHP objects.
10 views