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
4,854 results
How to handle async queries in PHP? Using async queries improves application performance. BUT many developers forget ...
80 views
10 months ago
Creating an ats system with a.i,vibe coding.
192 views
The AI world is surely dominated by python, but things are moving in our loved PHP ecosystem too. LLPhant is building on the ...
437 views
Learn How to Insert Data into a Database Using PHP | Step-by-Step Tutorial In this beginner-friendly tutorial, you will learn how to ...
49 views
7 months ago
How can I handle multithreading in PHP using pthreads? You can use pthreads to run tasks in parallel. This is helpful for ...
40 views
11 months ago
Why use session_regenerate_id in PHP? session_regenerate_id helps protect against session fixation attacks. It changes ...
65 views
When should I use mysqli_stmt_get_result() in PHP? 🛎️ You should use mysqli_stmt_get_result() when working with prepared ...
17 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 does mysqli_errno() matter in PHP? 🛡️ When working with MySQL in PHP, errors can be hard to catch. 🛡️ Using ...
32 views
PHP is the best programming language in the world, along with Java and VBA (Visual Basic for Applications). All three of these ...
50 views
9 months ago
Why is mysqli_stmt_free_result important in PHP? 🏍️ When you execute a prepared statement, it consumes memory. 🏍️ But ...
8 views
Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.
481,651 views
8 months ago
Why should you use mysqli_fetch_object() in PHP? mysqli_fetch_object() allows you to fetch database results as objects, ...
27 views
Why check MySQL client version in PHP? ❄️ Knowing the MySQL client version is essential. ❄️ It helps to ensure compatibility ...
6 views
How can mysqli_connect_errno improve MySQL error handling? 📽️ When connecting to a MySQL database, errors can occur.
14 views
Abstract: No one likes to wait. Yet, your code is constantly waiting. For the database, the e-mail server, the HTTP server of any ...
91 views
Learn PHP and MySQL in this full course for beginners. You will learn build complete forum with Admin panel using PHP, MySQL, ...
90 views
6 months ago
How does mysqli_fetch_lengths() improve database handling? mysqli_fetch_lengths() gives you the length of each column.
9 views
PHP can connect to MySQL databases using the MySQLi extension or PDO extension. MySQLi extension is a dual procedural ...
Streamed 9 months ago
How print every line of a php script as its being executed? I hope you found a solution that worked for you :) The Content is ...
0 views