Hi coders.
I need a function that generates ramdom word from another word
Ex:
$word = "abcd";
$word2 = randword($word)
returns:
$word2 = acdb OR bdac OR cadb etc...
Please help.
Thanks.
I need a function that generates ramdom word from another word
Ex:
$word = "abcd";
$word2 = randword($word)
returns:
$word2 = acdb OR bdac OR cadb etc...
Please help.
Thanks.
Comment