ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

75,174 results

Turbo Learn PHP
Why choose trait over interface in PHP? Trait vs Interface in #php – Which One Should You Use?

Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.

0:20
Why choose trait over interface in PHP? Trait vs Interface in #php – Which One Should You Use?

516 views

1 year ago

Turbo Learn PHP
Why use session instead of #cookies in PHP? session vs cookie in #php – Which is Better for Storing

Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...

0:13
Why use session instead of #cookies in PHP? session vs cookie in #php – Which is Better for Storing

1,925 views

1 year ago

WordPress
The programming languages of WordPress – PHP

A brief introduction to PHP, and some examples of PHP code. Includes links to the PHP Documentation and other resources for ...

3:48
The programming languages of WordPress – PHP

6,088 views

1 year ago

Turbo Learn PHP
Why avoid phpinfo in production? phpinfo vs ini_get: #hidden #php Config Secrets!

Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...

0:32
Why avoid phpinfo in production? phpinfo vs ini_get: #hidden #php Config Secrets!

445 views

1 year ago

John Hunt
Two minute programming: Dependency Injection in PHP

Learn what Dependency Injection is in PHP - it's not as hard as it sounds! This is my first 2 minute programming video on YouTube ...

2:06
Two minute programming: Dependency Injection in PHP

16,107 views

9 years ago

Turbo Learn PHP
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...

0:17
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

1,129 views

1 year 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!

144 views

6 months ago

Turbo Learn PHP
Why should you care about PHPs memory management? Unlock #php Memory Management Secrets!

Why should you care about PHPs memory management? PHPs memory management affects your applications performance.

0:30
Why should you care about PHPs memory management? Unlock #php Memory Management Secrets!

617 views

1 year 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!

120 views

4 months ago

Turbo Learn PHP
Which #php function checks duplicate values efficiently? Mastering Duplicate Checks in PHP!

Which PHP function checks duplicate values efficiently? You can use `array_count_values()` to check for duplicates.

0:21
Which #php function checks duplicate values efficiently? Mastering Duplicate Checks in PHP!

130 views

11 months ago

ojamboshop
🚀 Build a PHP app with Mezzio + PDO in under 60 seconds!

Watch how to: ✓ Install Mezzio ✓ Set up PDO ✓ Create a JSON API Want to learn more? Full course: ...

1:00
🚀 Build a PHP app with Mezzio + PDO in under 60 seconds!

160 views

6 months ago

Turbo Learn PHP
Should you use die() or exit() in PHP? #php die() vs exit(): Which One Should You Use?

Should you use die() or exit() in PHP? die() and exit() are essentially the same, both stop script execution. The real ...

0:15
Should you use die() or exit() in PHP? #php die() vs exit(): Which One Should You Use?

105 views

1 year ago

Ninja Fun Fact
What are the best #php #programming tips? boost your #php #programming skills with these expert

What are the best PHP programming tips? Write clean and readable code to enhance maintainability. Use frameworks like ...

0:17
What are the best #php #programming tips? boost your #php #programming skills with these expert

17 views

1 year ago

Turbo Learn PHP
Why use lazy loading in php? the #secret to lazy loading in #php unlock #performance boost!

Why use lazy loading in PHP? Lazy loading defers object initialization until needed. It improves performance by reducing ...

0:41
Why use lazy loading in php? the #secret to lazy loading in #php unlock #performance boost!

53 views

1 year ago

Digital Learnings
PHP programming Tutorials - 01-Welcome - Learn Advance PHP programming Digital Leaning

Comprehensive tutorials for advance php programming, In this course of advance php programming tutorial you will learn to ...

0:47
PHP programming Tutorials - 01-Welcome - Learn Advance PHP programming Digital Leaning

2 views

6 years ago

Turbo Learn PHP
When should I use global or static variables in PHP? #php Global vs Static – Which One to Use for

When should I use global or static variables in PHP? Use global variables when you need to share data between different ...

0:14
When should I use global or static variables in PHP? #php Global vs Static – Which One to Use for

187 views

1 year ago

ojamboshop
Build a PHP Contact Form in 60 Seconds - PHP 8.4 Crash Course

Want to learn PHP by actually building something? In this short, I show how to quickly create a working contact form using PHP ...

1:08
Build a PHP Contact Form in 60 Seconds - PHP 8.4 Crash Course

128 views

3 months ago

Turbo Learn PHP
Why prefer switch over if-else in PHP? switch vs if-else in #php – Which One Wins Performance?

Why prefer switch over if-else in PHP? Switch can be more efficient when comparing a single variable against many values.

0:17
Why prefer switch over if-else in PHP? switch vs if-else in #php – Which One Wins Performance?

87 views

1 year ago

ojamboshop
PHP Backend: Drag & Drop Files in 60 Seconds! (MariaDB & Fetch API)

Stop the pain of slow file uploads! See the modern PHP backend logic for secure, multiple file handling with the Fetch API.

1:25
PHP Backend: Drag & Drop Files in 60 Seconds! (MariaDB & Fetch API)

107 views

3 months ago

Turbo Learn PHP
How to manage #php database connection overload? unleash #php power efficient database connection

How to manage PHP database connection overload? PHP applications face performance issues due to frequent database ...

0:47
How to manage #php database connection overload? unleash #php power efficient database connection

84 views

1 year ago