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
165,378 results
PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...
404,390 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,274 views
1 year ago
How can Xdebug profile PHP apps? Xdebug profiling can show detailed data on code execution. It tracks function calls, ...
337 views
php #session #cookies Create a Secure Login Form with PHP Session and Cookies | Remember Me Learn how to create a ...
2,076 views
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
569 views
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
2,088 views
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
446 views
Which PHP loop is better: foreach or while? Use foreach for arrays or collections when the structure is fixed. while is better ...
467 views
... which is a PHP web development framework. Today is going to be a live coding seminar, so I'm basically going to spend 5-10 ...
27,052 views
13 years ago
Which tools help in profiling PHP applications? Profiling tools help find slow parts of your code. They show you where your ...
36 views
Why should you care about PHPs memory management? PHPs memory management affects your applications performance.
640 views
Which PHP function checks duplicate values efficiently? You can use `array_count_values()` to check for duplicates.
130 views
Why is using require sometimes better than include in PHP? Require ensures that the file is included, otherwise, the script will ...
110 views
Why prefer switch over if-else in PHP? Switch can be more efficient when comparing a single variable against many values.
91 views
We are Specialist in Programming Tutorials, Money making Skills, Educational Updates and Comedy.
8 views
8 years ago
How to stop SQL injection in PHP securely? 🎛️ Always use prepared statements when working with databases. 🎛️ This ...
Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...
145 views
7 months ago
... ensuring that developers have access to the best practices and guidelines for PHP programming. Learn how you can contribute ...
186 views
Which functions can help with date manipulation? PHP provides several built-in functions for date manipulation.
203 views
Where can you find the best practices for securing PHP applications? ⛏️ The official PHP documentation offers security ...
194 views