Welcome to Anythingweb.org  
You are not Logged in! Log in to check your messages.

Today's:
Popular Articles and Posts:

PHP User Email Validation Script


Submitted by: web_guy
Hits:1385

Download Script

Demo This Script

Installation Instructions

Follow these simple instructions to install this script.

Step 1

You will want to take the MySQL scripts in MySQLScripts.txt and run them to create tables needed for this script. These scripts will create two tables, temp_users and registered_users.

Step 2

Open config.php. Here you will change the MySQL database information. Change the three variables $username, $password, and $db_name.

Step 3

Move the four files (valid_user.html, tmp_user.php, config.php, and confirm.php) onto you web server. Open a browser window and navigate to valid_user.html.