Search engine

Question by ratchet:
Does anyone know any good PHP script for my site?

I want to make an on the web political simulation game so I need to make the issues or problems for the nation appear randomly when the user loggs in. So can somebody please give me a script to make things come out randomly.It would be preferaable if it was free.


——————————————

Answer by delm
your laziness amuses me.

but i’m going to answer anyway.
Use the rand function, it returns a random number between two numbers.
You can map that to an array or to a database table identifier or whatever you like.
Anyway, in the page referenced below there are more scripts submitted by the community

——————————————
Add your own answer in the comments!