Page 1 of 1

Registration Form

Posted: Tue Feb 24, 2009 11:37 pm
by xionhack
Hello. I have a database with a table member_info where all the information about the members is there.

We have a special occasion when all the members are going to come. They will have to pass first through a couple of people with a computer who will check if they are really members through the database and check that they came. What is the best and quickest way to do this? I've been thinking about some ajax but I have no idea how to use it! Thanks!

Re: Registration Form

Posted: Wed Feb 25, 2009 2:30 am
by papa
No need for ajax. Just create a basic log in page where the person has to log in to. If user exist, display a simple text: "user exist" or something like that.