ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

30,395 results

Turbo Learn PHP
When should you use array_map over array_filter? array_map vs array_filter in #php – Which One

When should you use array_map over array_filter? array_map is used when you need to apply a transformation to every ...

0:27
When should you use array_map over array_filter? array_map vs array_filter in #php – Which One

49 views

11 months ago

Turbo Learn PHP
Why use htmlspecialchars in PHP? The `htmlspecialchars()` Hack #php Devs Overlook!

Why use htmlspecialchars in PHP? `htmlspecialchars()` prevents XSS by encoding special HTML characters. It converts ...

0:34
Why use htmlspecialchars in PHP? The `htmlspecialchars()` Hack #php Devs Overlook!

593 views

11 months ago

ojamboshop
🚀 PHP Framework Slim 4 + MariaDB in 60 seconds!

Learn how to quickly connect a Slim Framework 4 app to a MariaDB database and display data in HTML. Perfect for PHP ...

1:08
🚀 PHP Framework Slim 4 + MariaDB in 60 seconds!

226 views

6 months ago

Turbo Learn PHP
Which #functions can help with date manipulation? Master Date Manipulation in #php Easily!

Which functions can help with date manipulation? PHP provides several built-in functions for date manipulation.

0:26
Which #functions can help with date manipulation? Master Date Manipulation in #php Easily!

203 views

11 months ago

Codehow2
Display Star Ratings in PHP and MySQL | PHP Tutorial

Display Star Ratings in PHP and MySQL | PHP Tutorial In this PHP tutorial, you'll learn how to display star ratings from a database ...

12:28
Display Star Ratings in PHP and MySQL | PHP Tutorial

144 views

2 months ago

Turbo Learn PHP
Where to check #php version compatibility with your code? Check #php Version Compatibility Like a

Where to check PHP version compatibility with your code? You can check the PHP version using the PHP_VERSION constant.

0:25
Where to check #php version compatibility with your code? Check #php Version Compatibility Like a

46 views

11 months ago

The Tech Rants
Master Eclipse IDE for Web Development: PHP, JavaScript, Python, and More!

Unlock the full potential of Eclipse IDE for web development! In this guide, you'll learn how to set up Eclipse IDE for PHP, ...

32:00
Master Eclipse IDE for Web Development: PHP, JavaScript, Python, and More!

122 views

5 months ago

Turbo Learn PHP
When should I use curl_setopt() in PHP? When to Use curl_setopt() in #php – A Must-Know Tip!

When should I use curl_setopt() in PHP? You should use `curl_setopt()` when you need to customize HTTP requests. But its ...

0:25
When should I use curl_setopt() in PHP? When to Use curl_setopt() in #php – A Must-Know Tip!

120 views

10 months ago

Rahad Chowdhury
PHP 8.1.0-dev User-Agentt RCE Vulnerability Tutorial

PHP 8.1.0-dev User-Agentt RCE Vulnerability Tutorial | Rahad Chowdhury In this video, we'll explore the PHP 8.1.0-dev ...

3:50
PHP 8.1.0-dev User-Agentt RCE Vulnerability Tutorial

163 views

2 months ago

Turbo Learn PHP
Why is PDO better than manual escaping in PHP? PDO Prepared Statements vs Manual Escaping in PHP:

Why is PDO better than manual escaping in PHP? PDO Prepared Statements automatically handle escaping for you.

0:30
Why is PDO better than manual escaping in PHP? PDO Prepared Statements vs Manual Escaping in PHP:

183 views

11 months ago

ojamboshop
Build Your First PHP App with Tempest Framework (v1.6.0) — Full Beginner Tutorial!

Ready to build modern PHP apps using a clean, lightweight MVC framework? In this beginner-friendly screencast, we dive into ...

1:01
Build Your First PHP App with Tempest Framework (v1.6.0) — Full Beginner Tutorial!

114 views

4 months ago

Turbo Learn PHP
Where can I define constants in PHP? Where to Define #php Constants for All Projects?

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 ...

0:25
Where can I define constants in PHP? Where to Define #php Constants for All Projects?

400 views

11 months ago

ojamboshop
Create Your First PHP App with Fat-Free Framework in 60 Seconds!

Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...

1:15
Create Your First PHP App with Fat-Free Framework in 60 Seconds!

140 views

5 months ago

Turbo Learn PHP
Where can you find the best practices for securing #php applications? #top #secrets to Secure Your

Where can you find the best practices for securing PHP applications? ⛏️ The official PHP documentation offers security ...

0:30
Where can you find the best practices for securing #php applications? #top #secrets to Secure Your

191 views

11 months ago

ojamboshop
Quick Guide to Prado PHP: Connect to MariaDB in 60 Seconds!

In this quick YouTube Shorts, learn how to set up the Prado PHP Framework and connect to a MariaDB database in under 60 ...

1:09
Quick Guide to Prado PHP: Connect to MariaDB in 60 Seconds!

113 views

4 months ago

Turbo Learn PHP
Why does #php use $ as variable prefix? Why #php Uses $ for Variables – You Wont Believe This!

Why does PHP use $ as variable prefix? The dollar sign `$` tells PHP that what follows is a variable. But this was not just for ...

0:20
Why does #php use $ as variable prefix? Why #php Uses $ for Variables – You Wont Believe This!

492 views

10 months ago

axsantosh
The Complete Variables In Php Tutorial

Ready to master variables in php? This comprehensive guide covers everything you need to know! In this video, you'll discover: ...

11:33
The Complete Variables In Php Tutorial

5 views

4 months ago

Turbo Learn PHP
Which #php function allows for file manipulation in streams? Unlocking the Power of Stream File

Which PHP function allows for file manipulation in streams? The fopen() function is key for stream file manipulation. It opens ...

0:29
Which #php function allows for file manipulation in streams? Unlocking the Power of Stream File

86 views

11 months ago

Infin1teXploit
Learn PHP in LESS than 30 Minutes – FREE Beginner's Guide to Web Development!

Want to learn PHP for free? In this beginner-friendly course, we'll guide you step-by-step through the basics of PHP, covering ...

23:45
Learn PHP in LESS than 30 Minutes – FREE Beginner's Guide to Web Development!

68 views

10 months ago

Turbo Learn PHP
Why is using require sometimes better than include in PHP? #php include vs require – Whats the Real

Why is using require sometimes better than include in PHP? Require ensures that the file is included, otherwise, the script will ...

0:14
Why is using require sometimes better than include in PHP? #php include vs require – Whats the Real

109 views

11 months ago