Channel Avatar

Dave Hollingworth @UCi3TM45fvoNJMGsXeuQl3KQ@youtube.com

30K subscribers - no pronouns :c

Backend web development topics explained clearly and simply.


17:27
Routes, Routers and Routing in PHP
17:49
Autoloading Classes in PHP: PSR-4 and Composer
01:11:01
Learn Symfony in 1 Hour
10:46
Create a Google Login Page in PHP
10:32
Handling Files in a REST API with PHP
01:11:24
Laravel for Beginners - Learn Laravel 11 Basics in 1 Hour
15:40
Use Composer to Easily Manage PHP Packages
51:04
REST API Authentication with PHP & MySQL | Slim PHP Micro Framework Registration and Login Tutorial
10:56
Encrypt and Decrypt Data Securely in PHP: OpenSSL, Sodium & defuse/php-encryption
16:02
Dependency Injection in PHP | Create a Service Container from Scratch | Use PHP-DI
12:20
Parse JSON in PHP | How to validate and process nested JSON data
50:01
REST API with PHP and MySQL | Full Slim PHP Micro Framework Tutorial
12:07
Send an email with an Attachment using PHP | PHP Project with Source Code
09:59
PHP Account Activation by Email: Require the User to Confirm their Email Before They Can Log In
01:01
PHP in 60 Seconds: Functions #php #shorts #technology
10:18
Send SMS Messages using PHP
10:51
Simple PHP Stripe Checkout - Securely Accept One-Time Card Payments in your PHP Project
07:20
Securely Storing PHP Configuration Settings
20:56
PHP Password Reset by Email
09:40
Generate QR Codes with PHP
19:28
PHP File Uploads | The Complete Guide to Uploading Files Using PHP
10:18
Send email with PHP | Create a Working Contact Form Using PHP
19:17
Generate a PDF with PHP
43:54
Create a PHP REST API : Write a RESTful API from Scratch using Plain, Object-Oriented PHP and MySQL
43:16
Signup and Login with PHP and MySQL
24:38
Save HTML Form Data to a MySQL Database using PHP
21:45
What's new in PHP 8.0 | Learn how to use PHP 8.0's new features with real-world examples
31:08
How to use a REST API from PHP using cURL | Full PHP cURL API tutorial
02:18
API access tokens: how do they work, and how do they compare to authentication using API keys?
25:14
How to call APIs from PHP: file_get_contents, cURL, Guzzle and SDKs
08:01
What is a REST API?
04:00
What is an API?
08:47
How to set up a virtual host in Apache (WAMP, MAMP, XAMPP)
10:42
Validating and verifying email addresses in PHP
10:54
PHP Type Declarations: make your PHP code easier to read, and simpler to use
17:00
Passing data from PHP to JavaScript: methods, their pros and cons, and how to implement them
16:55
Rich-text formatting in PHP: HTML, Markdown, rich-text editors like TinyMCE and doing it securely
24:50
CodeIgniter 4 and PHP MVC basics: controllers, views and layouts
05:20
Single quotes vs double quotes in PHP (plus how to do multi-line strings using heredocs and nowdocs)
03:48
The difference between use and require in PHP
05:18
Handling unchecked checkboxes in PHP: the hidden field trick
03:13
PHP i18n with gettext 2/5: The PHP gettext extension and gettext function
02:19
PHP i18n with gettext 3/5: Create the folders to store the gettext translation files
01:38
PHP i18n with gettext 1/5: The options for storing translations in separate files
04:24
PHP i18n with gettext 5/5: Configure gettext to use the translation file and show the translations
04:58
PHP i18n with gettext 4/5: Install the Poedit editor and create a .po translation file
05:05
Naming variables, functions and classes in PHP
05:04
Why you should use curly braces in conditionals and loops
07:40
Refactoring PHP: code layout and coding standards
06:21
Refactoring nested conditionals in PHP
04:44
How to check if a form has been submitted in PHP
08:01
Client-side vs. server-side validation
04:54
The PHP null coalescing operator: getting values of variables that might not be set
02:02
PHP namespaces 4/10: Sub-namespaces - declaring a hierarchy of namespaces
01:57
PHP namespaces 2/10: How to put code in a namespace in PHP
04:00
PHP namespaces 7/10: Relativity and the global namespace
03:11
PHP namespaces 6/10: Adding an alias to imported namespaced elements
03:31
PHP namespaces 9/10: Class autoloading - autoloading classes in the global namespace
02:27
PHP namespaces 3/10: How to use namespaced code in PHP
01:46
PHP namespaces 1/10: What is a namespace in PHP?