ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

157,681 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

402,657 views

3 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,056 views

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

496 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 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
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
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,819 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 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

Yashpal Tech
How to Create, Save And  Run PHP File |Hindi|

Create, Save And Run PHP File #createphpfile #savephpfile #runphpfile #executephpfile -~-~~-~~~-~~-~- Please watch: "What is ...

6:02
How to Create, Save And Run PHP File |Hindi|

10,799 views

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

7 years ago

Turbo Learn PHP
How can #php developers improve debugging efficiency with xdebug? #php debugging tip using xdebug

How can PHP developers improve debugging efficiency with Xdebug? ⚔️ Xdebug enhances PHP debugging by providing ...

0:37
How can #php developers improve debugging efficiency with xdebug? #php debugging tip using xdebug

225 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
How to optimize #php session management? mastering #php sessions optimize your user experience!

How to Optimize PHP Session Management? PHP sessions are crucial for maintaining user state across multiple requests ...

0:18
How to optimize #php session management? mastering #php sessions optimize your user experience!

98 views

1 year ago

Turbo Learn PHP
When should I use session_start vs setcookie in PHP? session_start vs setcookie in #php – Which to

When should I use session_start vs setcookie in PHP? Both session_start() and setcookie() can be used to store session data, ...

0:15
When should I use session_start vs setcookie in PHP? session_start vs setcookie in #php – Which to

77 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
What’s the difference between unlink and rmdir in PHP? unlink vs rmdir in #php – Which One to Delete

What's the difference between unlink and rmdir in PHP? The unlink function is used to delete files, not directories. It works only ...

0:17
What’s the difference between unlink and rmdir in PHP? unlink vs rmdir in #php – Which One to Delete

97 views

11 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

Thapa Technical
How To Run First PHP Program in XAMPP Server In Hindi | PHP MySQL Tutorial in Hindi in 2020

Welcome, How to run the first PHP program in XAMPP Server in Localhost in Hindi. How to run PHP program in Local webserver ...

11:16
How To Run First PHP Program in XAMPP Server In Hindi | PHP MySQL Tutorial in Hindi in 2020

126,311 views

5 years ago

Turbo Learn PHP
When should you use session_start() vs session_id()? session_start vs session_id in #php – Which is

When should you use session_start() vs session_id()? session_start() is essential to begin a session and generate a session ID ...

0:18
When should you use session_start() vs session_id()? session_start vs session_id in #php – Which is

88 views

1 year ago