How I can get random words without repeating in PHP? Help
|
show 3 more comments
feedback
|
|
Use this list of word put it into a text file. Then use the file() function to read the words into an array and select two random elements using array_rand() | |||
|
feedback
|
| |||||||||||||
feedback
|
| ||||
feedback
|
|
If you don't want to type the alphabet manually, you can do the folowing:
If this is a database id, i suggest you the folowing:
| ||||
|
feedback
|
aabcis not allowed, orabc1,abc1is not allowed? – KennyTM Jul 25 '10 at 16:08