PHP - Page 4

Web Push Notifications in PHP

Sending Web Push Notifications with the content from PHP to the browser using the Notification class. ...

October 6th, 2022

How to Generate PHP Random String Token (8 Ways)

PHP script to generate random string tokens with eight different ways and example. ...

October 5th, 2022

Amazon like Product Category Tree

How to build and render a multi-level hierarchical category tree structure in a webpage like an Amazon product category menu. ...

September 29th, 2022

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

↑ Back to Top