jeddi
01-16-2010, 07:51 PM
I would like to take a list of phrases and
pick one out at random.
$keywords = array( keyword one,keyword phrase two,and another,one,maybe one,more as well)
Maybe I need to write:
$keywords = array( 'keyword one','keyword phrase two','and another','one','maybe one','more as well')
How would I randomly pick one of these ?
pick one out at random.
$keywords = array( keyword one,keyword phrase two,and another,one,maybe one,more as well)
Maybe I need to write:
$keywords = array( 'keyword one','keyword phrase two','and another','one','maybe one','more as well')
How would I randomly pick one of these ?