I am sorry for posting a dum question
I am trying to set up a PHP script that will get 6 random numbers (making sure all 6 are not the same)
And search a database for the numbers.
I am sorry to ask this but I do ASP script and want to learn PHP and understand it.
And I am not sure where to start
Thanks
Random numbers and database
Moderator: General Moderators
Try using the rand() function:
http://uk.php.net/manual/en/function.rand.php
http://uk.php.net/manual/en/function.rand.php