IQ test to enter site

Anyone know a way to set up a site so the only way to get in is by scoring a minimum on an IQ test?<!--content-->I'm sure it would be much easier to do in PHP...You can have the test store a variable, then have a set number that the person needs to achieve to enter the site stored in a second variable, and then compare the two variables...Then, if the person has gotten the set score, have the PHP file set a cookie that says that they may enter. If they fail the test, have a different cookie stored. When the person goes to visit the site, check for either cookie, and then spit out the appropriate HTML. <br />
<br />
Note: I did NOT show how to do the various steps above, because:<br />
A. I'm fairly new to PHP...I know how to get something done, but when it comes to coding I'm a flop...well not a complete flop....;)...<br />
B. This is an HTML forum, not a PHP one, so I won't go into detail, unless it's moved to the PHP forum.:D<!--content-->thx, i'll go ask on the php forum then<!--content-->And I'll be there to answer...;)<!--content-->
 
Back
Top