PHP Login Registration - Page 2

PHP Forgot Password Recover Code

In this post, we are going to see an example to learn how to recover the forgot password. In this example we have a forgot password form to ...

March 23rd, 2016

PHP Wizard Like Registration

Wizard like registration separates registration fields into groups. These group of fields can be seen using a tab-like navigation. In the pr ...

February 15th, 2015

Show PHP Captcha on Failed Login Attempts

In this tutorial, we will show the captcha code if a user has tried more than three failed login attempts. In the previous tutorial, we have ...

February 2nd, 2015

User Activation Email Sending Script in PHP

User activation email sending script is the most common requirement for the web application containing a user registration system. Generally ...

November 23rd, 2014

Facebook Open Authentication in PHP

Open authentication is for providing access to the server resources after authorizing users via third-party services. It will take place bet ...

October 28th, 2013

PHP Login Script with Session

In this tutorial, let us create a login script with a session in PHP. It has a simple example of implementing user authentication. This exam ...

July 22nd, 2013

PHP User Authentication with MySQL

A very simple code in PHP to create user login authentication to help beginners to start with. ...

May 7th, 2013

↑ Back to Top