Registration Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xionhack
Forum Contributor
Posts: 100
Joined: Mon Nov 10, 2008 9:22 pm

Registration Form

Post 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!
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: Registration Form

Post 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.
Post Reply