Get the script here: www.worldofwebcraft.com In this lesson you will get a free script example to copy and paste plus a video guide on the programming logic involved to accomplish checking a user’s name in your sign up form using a simple Javascript Ajax post to PHP. The PHP will check our mySQL database to see if the username is already taken or not and lets the user know right away while they are filling out your sign up form.
Posts Tagged ‘username’
PHP Tutorials: jQuery: Check if a username is available without refreshing
September 16th, 2010
phpmoz Check if a typed username is available without page refreshing. Basically, an AJAX style check, but using jQuery. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org
PHP Tutorials: Login/Register Email Activation (Part 2)
July 26th, 2010
phpmoz Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Make users activate their user account by email before they log in using your register/login process
PHP Tutorials: Login/Register Email Activation (Part 1)
July 24th, 2010
phpmoz Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Make users activate their user account by email before they log in using your register/login process
PHP Tutorials: Register & Login: User login (Part 2)
June 29th, 2010
phpmoz Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.
PHP Tutorials: Register & Login: User login (Part 3)
June 21st, 2010
phpmoz Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.
PHP Tutorials: Register & Login: User login (Part 1)
April 17th, 2010
phpmoz Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.
PHP Tutorials: phpBB Login Integration (Part 2)
December 10th, 2009
phpmoz Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com If you have a phpBB forum and want your users to login elsewhere and not register twice, this tutorial teaches you how to integrate the accounts already present in phpBB and use them externally.
PHP Tutorials: phpBB Login Integration (Part 1)
October 31st, 2009
phpmoz Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com If you have a phpBB forum and want your users to login elsewhere and not register twice, this tutorial teaches you how to integrate the accounts already present in phpBB and use them externally.

Posted in
Tags:

