Blog Archive

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

PHP Upload Image to Database with MySql

A thin example of PHP upload image to a database in BLOB format and display the uploaded image to the UI. ...

June 28th, 2023

AJAX File Upload with Progress Bar using JavaScript

A JavaScript AJAX script to a file and track using a progress bar in the client side. ...

June 17th, 2023

PHP QR Code Generator with chillerlan-php-qrcode Library

An easy examples to build a PHP QR Code Generator tool using a simple chillerlan-php-qrcode Library. ...

June 15th, 2023

Web Scraping with PHP – Tutorial to Scrape Web Pages

A short note on web scraping with a working software tool to scrape content with an URL. ...

June 5th, 2023

PHP QR Code Generator with phpqrcode Library

The QR code generator examples in PHP using the open-source phpqrcode library. ...

March 28th, 2023

Contact Us Page Design – HTML Form

A simple and different contact us page template using HTML and CSS with responsive design. ...

March 23rd, 2023

Convert PHP CSV to JSON

Simple and variety of alternate methods in PHP to convert CSV into a JSON format. ...

March 17th, 2023

Event Management System Project in PHP

Example for integrating event management system using JavaScript FullCalendar with PHP and MySQL. ...

March 10th, 2023

↑ Back to Top