Blog Archive

Datatrans Payments API for Secure Payment

Datatrans Payment example for learning how to make a secure payment via the API. ...

September 28th, 2022

PHP Excel Export Code (Data to File)

A PHPSpreadsheet based custom solution to export data to an excel file from MySQL using PHP. ...

September 23rd, 2022

PHP YouTube Video Downloader Script

A free PHP YouTube video downloader script. It gets the video meta to show downloader links in the UI using PHP cURL. ...

September 15th, 2022

How to Create Zip Files using PHP ZipArchive and Download

A guide to learn how to create and download the zip file from an input directory using PHP ZipArchive class. ...

September 12th, 2022

PHP Session Destroy after 30 Minutes

Learn how to unset and destroy PHP session after the expiry time set in minutes or seconds. ...

September 6th, 2022

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

↑ Back to Top