26 тысяч подписчиков
12 видео
Rich-text formatting in PHP: HTML, Markdown, rich-text editors like TinyMCE and doing it securely
Use Composer to Easily Manage PHP Packages
Whats new in PHP 8.0 | Learn how to use PHP 8.0s new features with real-world examples
PHP in 60 Seconds: Named Arguments #php #shorts #technology
The difference between use and require in PHP
Unit test a class with PHPUnit
REST API Authentication with PHP & MySQL | Slim PHP Micro Framework Registration and Login Tutorial
Handling Files in a REST API with PHP
How to use a REST API from PHP using cURL | Full PHP cURL API tutorial
How to call APIs from PHP: file_get_contents, cURL, Guzzle and SDKs
Save HTML Form Data to a MySQL Database using PHP
PHP in 60 Seconds: The Basics #php #project #technology
PHP in 60 Seconds: Functions #php #shorts #technology
PHP 500 Internal Server Error: How to See the Actual Error Message
PHP Account Activation by Email: Require the User to Confirm their Email Before They Can Log In
What is an API? #php #technology #api
Uploading Files in PHP: A Quick Guide
Signup and Login with PHP and MySQL
Cookies in PHP: the basics
Mixing assignments and conditions in PHP
Send email with PHP | Create a Working Contact Form Using PHP
textarea elements DO NOT have a value attribute #shorts
Format the Body of an email using HTML in PHPMailer
Handling unchecked checkboxes in PHP: the hidden field trick
Create a PHP REST API : Write a RESTful API from Scratch using Plain, Object-Oriented PHP and MySQL
Avoid SQL injection attacks in PHP using PDO
Using .htaccess files: common usage and an example
PHP namespaces 2/10: How to put code in a namespace in PHP
PHP Source Code Shown in Browser: Why This Happens and How to Fix It
The PHP null coalescing operator: getting values of variables that might not be set
Simple PHP Stripe Checkout - Securely Accept One-Time Card Payments in your PHP Project
PHP Type Declarations: make your PHP code easier to read, and simpler to use
Sending emails to Multiple Recipients: the Difference Between To, Cc and Bcc
What is JSON?
Naming variables, functions and classes in PHP
Parse JSON in PHP | How to validate and process nested JSON data
Send SMS Messages using PHP
Securely Storing PHP Configuration Settings
REST API with PHP and MySQL | Full Slim PHP Micro Framework Tutorial
Send an email with an Attachment using PHP | PHP Project with Source Code
Generate QR Codes with PHP
PHP i18n with gettext 5/5: Configure gettext to use the translation file and show the translations
PHP namespaces 3/10: How to use namespaced code in PHP
Generate a PDF with PHP
How to fix the "headers already sent" error: omit the closing tag in pure PHP scripts
API access tokens: how do they work, and how do they compare to authentication using API keys?
The PHP Ternary Operator: Make Your Short if Statements More Concise and Easier to Read
How to check if a form has been submitted in PHP
PHP i18n with gettext 2/5: The PHP gettext extension and gettext function
The password confirmation field: why it's a problem and how to fix it