PHP Program to Estimate the Time Taken to Read an Article

In many articles in blogs we see the estimated time it will take to read the article. This is useful in that it helps the...

Install SSL Certificate for Localhost – XAMPP Windows

I have a Windows machine and as a developer of WordPress sites, I have to test many sites in Windows. Some of these sites require...

Contact Form in PHP with Validation – Part II

In part I, i covered creating a database, form and entering data with validation checks. In this part i am going to show you how...

Create a PHP Contact Form with Validation – Part I

This is a basic tutorial on creating a PHP contact form with validation, in 2 parts. In part I, i will show you how to...

Simple PHP Pagination With Mysql

I have a wordpress database. I will pull posts from this database and display with pagination. Lets get started. Make database connection. Obviously values below...

Simple Login System in PHP Without Database

This is a tutorial on how to create a simple login system using PHP without any database. This system can be use to protect multiple...