ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

174,711 results

Kai Lentit
Interview with Senior PHP Developer

PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...

6:12
Interview with Senior PHP Developer

406,366 views

4y 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,437 views

1y 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?

595 views

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

138 views

1y ago

Turbo Learn PHP
When to use explode or implode in PHP? explode vs implode in #php – Which One Is Faster?

When to use explode or implode in PHP? explode is used to break a string into an array based on a delimiter. implode is ...

0:22
When to use explode or implode in PHP? explode vs implode in #php – Which One Is Faster?

102 views

1y ago

Turbo Learn PHP
How to prevent #php database deadlocks with concurrent writes? avoid #php deadlock efficiently

How to prevent PHP database deadlocks with concurrent writes? Always use consistent locking strategies for database writes.

0:46
How to prevent #php database deadlocks with concurrent writes? avoid #php deadlock efficiently

105 views

1y ago

Turbo Learn PHP
Which #php loop is better: foreach or while? foreach vs while in PHP: Which Loop Is Smarter?

Which PHP loop is better: foreach or while? Use foreach for arrays or collections when the structure is fixed. while is better ...

0:24
Which #php loop is better: foreach or while? foreach vs while in PHP: Which Loop Is Smarter?

467 views

1y 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?

92 views

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

643 views

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

447 views

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

1y ago

Turbo Learn PHP
Why is eval better than include in PHP? eval vs include: #php Code Execution #secrets You Missed!

Why is eval better than include in PHP? eval() can execute dynamic PHP code from a string, offering flexibility. include() ...

0:18
Why is eval better than include in PHP? eval vs include: #php Code Execution #secrets You Missed!

482 views

1y ago

Turbo Learn PHP
Whats the #secret to #opcache optimization? boost your #php #performance instantly with #opcache

Whats the Secret to OpCache Optimization? OpCache stores precompiled PHP bytecode to speed up script execution.

0:21
Whats the #secret to #opcache optimization? boost your #php #performance instantly with #opcache

138 views

1y ago

Rod Tech Talk
Should You Learn PHP Programming in 2021 ?

Free 7 Step Freelance SQL Developer Guide: https://digilinksolutions.net/lp/guide/ PREMIUM COURSES ▻ 30 Day Freelance ...

11:20
Should You Learn PHP Programming in 2021 ?

1,745 views

5y 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!

504 views

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

152 views

8mo ago

Turbo Learn PHP
How do you convert an array to JSON in PHP? Convert Arrays to JSON in #php Like a Pro!

How do you convert an array to JSON in PHP? You can use the function json_encode() to convert an array. This function ...

0:29
How do you convert an array to JSON in PHP? Convert Arrays to JSON in #php Like a Pro!

66 views

1y ago

FIND CODE ACADEMY
Introduction to PHP programming - Learn PHP backend programming

We are Specialist in Programming Tutorials, Money making Skills, Educational Updates and Comedy.

5:30
Introduction to PHP programming - Learn PHP backend programming

8 views

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

2,298 views

1y 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,127 views

9y ago