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
256,118 results
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
598 views
1 year ago
Further reading: $_GET super globals:https://www.w3schools.com/php/php_superglobals_get.asp Notchmods Discord: ...
815 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,457 views
If you would like to support me, please like, comment & subscribe, and check me out on Patreon: ...
59,181 views
7 years ago
Why is eval better than include in PHP? eval() can execute dynamic PHP code from a string, offering flexibility. include() ...
484 views
How to prevent PHP database deadlocks with concurrent writes? Always use consistent locking strategies for database writes.
106 views
Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...
2,329 views
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
447 views
Part I: I'll show you how to dynamically create images using PHP.
6,415 views
14 years ago
In this tutorial you will learn php basic code structure.You can learn how to write your first program in php and what is the php ...
36 views
2 years ago
neoscms #grpc #php In early 2022 we decided to use gRPC for building a server API for a new desktop application project. This a ...
5,341 views
In this PHP tutorial for beginners, you'll learn about the basic of PHP and PHP Variables PHP: Hypertext Preprocessor) is a ...
42 views
http://filmsbykris.com For help: http://filmsbykris.com/irc FaceBook: ...
5,786 views
13 years ago
Hi there, I'm Soeng Souy (StarCode Kh) Currently creating sample projects with Laravel, React, Vue, Node, Nuxt, Python, and ...
6,031 views
2 months ago
Learn Modern PHP from Scratch. Get started with PHP 8! Learn the fundamentals of PHP 8 and beyond in this step-by-step guide.
367 views
XAMPP TUTORIAL FOR BEGINNERS [UPDATED] XAMPP TUTORIAL: ...
30,188 views
The Session and Cookies both are store data in php language. You can access this data any page from same web browser.
10,107 views
5 years ago
In this tutorial we print hello world to screen. in simple and basic method. For more information, check out the website: ...
49 views
960 views
Which functions can help with date manipulation? PHP provides several built-in functions for date manipulation.
204 views