ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

72,765 results

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,058 views

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

5,926 views

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

498 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

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!

126 views

11 months ago

Turbo Learn PHP
How can you implement recursion in #php efficiently? Master Recursion in #php Like a Pro!

How can you implement recursion in PHP efficiently? ✨ Use recursion for problems that can be broken down into smaller, similar ...

0:20
How can you implement recursion in #php efficiently? Master Recursion in #php Like a Pro!

117 views

1 year ago

Turbo Learn PHP
How to implement CSRF protection in PHP? Master CSRF Protection in #php Forms!

How to implement CSRF protection in PHP? CSRF stands for Cross-Site Request Forgery, a serious threat. Use unique ...

0:39
How to implement CSRF protection in PHP? Master CSRF Protection in #php Forms!

366 views

1 year ago

Turbo Learn PHP
How can Xdebug profile #php apps? Profiling #php Apps with Xdebug - Surprising Trick!

How can Xdebug profile PHP apps? Xdebug profiling can show detailed data on code execution. It tracks function calls, ...

0:41
How can Xdebug profile #php apps? Profiling #php Apps with Xdebug - Surprising Trick!

320 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,820 views

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

Turbo Learn PHP
How can #php control a wood router? revolutionize your wood router projects with php!

How can PHP control a wood router? PHP can be used to send commands to a wood router. It helps automate complex ...

0:17
How can #php control a wood router? revolutionize your wood router projects with php!

57 views

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

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!

606 views

1 year ago

Turbo Learn PHP
What are the best practices for using #php with REST APIs? Mastering REST APIs in #php Like a Pro!

What are the best practices for using PHP with REST APIs? Using proper HTTP methods like GET, POST, PUT, DELETE is key.

0:46
What are the best practices for using #php with REST APIs? Mastering REST APIs in #php Like a Pro!

98 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

6 months ago

Turbo Learn PHP
Why should you use lazy loading in #php applications? optimize #php #performance with lazy loading -

Why should you use lazy loading in PHP applications? Lazy loading improves performance by deferring the initialization of ...

0:45
Why should you use lazy loading in #php applications? optimize #php #performance with lazy loading -

58 views

1 year ago

Turbo Learn PHP
How to stop SQL injection in #php securely? Avoid SQL Injection Like a Pro in PHP!

How to stop SQL injection in PHP securely? 🎛️ Always use prepared statements when working with databases. 🎛️ This ...

0:26
How to stop SQL injection in #php securely? Avoid SQL Injection Like a Pro in PHP!

89 views

10 months ago

Turbo Learn PHP
How can __get method innovate #php programming? mastering #php #magic harnessing the power of __get

How can __get method innovate PHP programming? The __get method allows dynamic property access in PHP objects.

0:33
How can __get method innovate #php programming? mastering #php #magic harnessing the power of __get

10 views

1 year ago

Turbo Learn PHP
Why should you use object-oriented programming in php? unlock #php #magic mastering object-oriented

Why Should You Use Object-Oriented Programming in PHP? Object-oriented programming in PHP helps organize code into ...

0:24
Why should you use object-oriented programming in php? unlock #php #magic mastering object-oriented

31 views

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