ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

75,311 results

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,079 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
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?

515 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,924 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
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

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
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 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
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,122 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

127 views

3 months 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

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

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
How to integrate spreadsheets in php? unlock rapid #growth with #php spreadsheet integration

How to integrate spreadsheets in PHP? Use PHP libraries like PhpSpreadsheet for efficient integration. Spreadsheets can ...

0:57
How to integrate spreadsheets in php? unlock rapid #growth with #php spreadsheet integration

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

askiw
How To Format Ident PHP Code in Notepad++

How To Format Ident PHP Code in Notepad++ https://askiw.com/how-to-format-ident-php-code-in-notepad/

0:45
How To Format Ident PHP Code in Notepad++

491 views

3 years ago

Turbo Learn PHP
Who maintains the #php official documentation? Who Keeps #php Documentation Fresh?

... ensuring that developers have access to the best practices and guidelines for PHP programming. Learn how you can contribute ...

0:33
Who maintains the #php official documentation? Who Keeps #php Documentation Fresh?

183 views

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

114 views

5 months ago

Turbo Learn PHP
When should you use output buffering with ob_start()? Unlock #php #secrets with Output Buffering!

When should you use output buffering with ob_start()? Use output buffering when you need to control what gets sent to the ...

0:30
When should you use output buffering with ob_start()? Unlock #php #secrets with Output Buffering!

126 views

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

237 views

6 months ago

Turbo Learn PHP
How to build custom error handlers in PHP? Create Custom Error Handlers in #php Like a Pro!

How to build custom error handlers in PHP? 🏍️ You can create a custom error handler using set_error_handler(). 🏍️ BUT it ...

0:27
How to build custom error handlers in PHP? Create Custom Error Handlers in #php Like a Pro!

83 views

1 year ago

ojamboshop
FuelPHP in 60 Seconds! 🚀 Quick MVC + MariaDB Setup!

In under 60 seconds, learn how to set up a FuelPHP app, connect to MariaDB, and display dynamic data using the MVC ...

1:20
FuelPHP in 60 Seconds! 🚀 Quick MVC + MariaDB Setup!

123 views

6 months ago