Pre-Register on website

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
KuJaX
Forum Newbie
Posts: 3
Joined: Wed Sep 03, 2003 2:50 pm

Pre-Register on website

Post by KuJaX »

Hello Everybody!

I am an owner of a gaming center called Lan-Xtreme in Utah. I am holding an Unreal Tournament 2003 tournament. Since we are a brand new gaming center, I want to get an idea of how many people are going to show up, so I have advertised that they save $4 if they pre-register on my website (http://www.lan-xtreme.com).

I was just curious if anyone could give me some direction or know of where I can get a pre-register script. Something that they will fill in the appropriate information, and it adds and forwards them to the page that shows who has registered. I have read a huge book on PHP, but haven't really gotten into anything just quite yet, and I need to get this up and going soon. :)

Any help would be greatly appreciated!! :)
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Why not try something like this

http://simpleauth.munk.nu/

can easily be modified to accept more information, have a play with it and if you have any problems with it, gimme a shout.

Mark
KuJaX
Forum Newbie
Posts: 3
Joined: Wed Sep 03, 2003 2:50 pm

Post by KuJaX »

isnt there anywhere with a pre-regiter php? :)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

what about setting up a forum like this one.
Anyone registered until a deadline saves the $4
+ you can post informations only for registered members' eyes
+ they can give you feedback / discuss / ...
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

whats the differnece between a register and a pre-register script?

Only how you implement it!

Mark
KuJaX
Forum Newbie
Posts: 3
Joined: Wed Sep 03, 2003 2:50 pm

Post by KuJaX »

true, but i looked at the page you sent me too, and i would have to change around quite a bit of stuff, and i'm a n00b at this stuff. :)
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

http://www.php.net
bookmark it. the manual will help you modify it, and if you're having issues we'll probably help too
Post Reply