I'm looking for a free contest or sweepstakes script. None found on hotscripts.com...
Anyone know of any?
I'm looking for a free contest or sweepstakes script. None found on hotscripts.com...
Anyone know of any?
I hope your not gonna try and have PHP Contests. You can try sourceforge but other than that your gonna have to make your own. And it'd probably be better if you do that.
I hope your not gonna try and have PHP Contests
Any why not???
No this is where a user can enter via form and the script will store
their info in a file, no tables allowed. Must not be allowed to
rgister more than one time.
Then another script to randomly pick a winner from the entires
each week.
OK, let's start thinking...
What would have to be stored is:
IP address, email address, userid, datetime entered
What is the way to get the poster's IP address again???
I think I can handle everything else.
$ip_add = $_SERVER['REMOTE_ADDR']
reg
kevin