Thread: random string
View Single Post

  #1 (permalink)  
Old 10-17-2006
Ross
 
Posts: n/a
Default random string


Hi,

I want to randomise a string

$myrandom = rand("ross", "andrea");

echo $myrandom;


I know this doesn't work but is there a built in function to do this?


R.
Reply With Quote