Home > PHP > Fix Signup Form

Fix Signup Form

January 20th, 2010

I have a site that has a signup form, and I need a few modifications done to it:

-I need it to check every required field, right now it only checks some things.

-The username should only contain alphanumeric characters, no symbols, punctuation marks, or spaces.

These changes should be very simple.

the site is www (dot) clearerimages (dot) com/members/signup.php


Fix Signup Form

Comments are closed.
Bear