PHP - Category - Page 5

PHP Validate Email using filter_validate_email and regex

A basic PHP example to validate email on the server side to check whether its format is valid or not. ...

August 22nd, 2022

Send Email from Localhost using PHP with SMTP and PHPMailer

A PHP email script to send emails from the localhost server by using PHPMailer with SMTP. ...

August 17th, 2022

Add Google reCaptcha V3 Example with PHP

How to add Google reCaptcha V3 to secure a form in PHP with an example. ...

August 11th, 2022

How to Upload Files to Google Drive with API using PHP

An easy example PHP script to learn how to upload files to Google Drive using cURL API. ...

August 5th, 2022

Add Watermark using PHP to Existing or New PDF

Simple PHP script to add watermark to an existing or new PDF document using FPDF library. ...

July 16th, 2022

Generate PDF from HTML with JavaScript and Example

A detailed explanation on the variety of available libraries, tools to generate PDF from HTML with example codes. ...

May 12th, 2022

PHP CURL Post and Get request with example

How to create PHP curl post and other request methods with a basic introduction and more use case examples. ...

May 6th, 2022

Project management tool for freelancers – Cazny

Project management tool for freelancers to save precious time and increase focus on billable hours. ...

April 18th, 2022

PHP compress image optimize, resize and upload

The PHP compress image process optimizes uploaded images by resizing with optimal quality. Uses PHP GD function for compression. ...

April 11th, 2022

PHP Pagination Code with Search using AJAX

A simple example for PHP pagination code with search and sorting feature with AJAX . ...

March 17th, 2022

↑ Back to Top