If you have access to a database on your server then you can do the
following:
- user logs in to site (user enters unique username and password)
- once in they will be displayed with the 3-6 Questions
- after they answer the questions they hit submit which sends it to a PHP
script
- the PHP script will check a table in the database for the username and
increment a counter
- then if the counter is less than 10 then validate questions for right
answer, .....then you understand the rest


"Vicky" <[EMAIL PROTECTED]> wrote in message
006401c296d0$e287a6a0$0200a8c0@omnibook">news:006401c296d0$e287a6a0$0200a8c0@omnibook...
> A 'guessing'/knowledge game ^_^
>
> Basically I put a picture of a dog or cat up and they try to guess the
> breeds. If they get it right then they go to a page where they can
download
> their prize!
>
> Vicky
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to