validation for users when sign up for event

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
kabucek
Forum Commoner
Posts: 50
Joined: Thu Sep 04, 2008 2:20 pm

validation for users when sign up for event

Post by kabucek »

Hello All,

I want to create php system that will validate when users
register for the event today (for example), it will check in mysql database if
they did not registered for this event before.
Any suggestions welcome.
Thanks !!
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: validation for users when sign up for event

Post by it2051229 »

Oh.. first you need to learn PHP and MySQL and then you start programming and if something went wrong, come back here and ask the specific error of your program.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: validation for users when sign up for event

Post by aceconcepts »

So what do you need help with? The whole thing?
Post Reply