Blog Archive

How to create a multi-step wizard form in PHP

Easy code for learning how to create a multi-step wizard form in PHP with a step by step form validation. ...

March 15th, 2024

How to get metadata from webpage link to show preview in PHP

PHP example code to understand how to get site metadata and show preview using webpage link. ...

March 6th, 2024

How to Create a One-Time Download Link in PHP with Database

A learning material to create a one-time download link in PHP and Database with a few simple steps. ...

February 29th, 2024

How to Add CSRF Token to AJAX Request

An example with simple steps to add CSRF protection by sending token to PHP via AJAX Request. ...

February 28th, 2024

Create Shortener to Convert Long URL to Short in JavaScript

An example to create URL shortener tool to convert a long URL to a short URL in JavaScript ...

February 21st, 2024

URI Shortener PHP Script

A thin code to learn how to create a URL Shortener tool in PHP script with database. ...

February 10th, 2024

Receive JSON POST in PHP

Creating examples to receive JSON POST in PHP by sending data from jQuery, JavaScript AJAX or PHP cURL. ...

February 4th, 2024

PHP Password Validation Check for Strength

The PHP code performs a basic password strength validation to make the password not predictable. ...

January 27th, 2024

PHP Send HTML Email

A different way of sending HTML-formatted content via emails with or without using libraries in PHP. ...

January 2nd, 2024

Upload and Display Image in PHP

An example for learning how to upload and display Image in PHP with server-side validation. ...

July 5th, 2023

↑ Back to Top