Quote:
Originally Posted by Brujah
$sentences = explode('.', $string);
shuffle($sentences);
echo implode(' ', $sentences);
|
Something like that, but that would also consider all the potential variations such as ! !! !!! ? ." word.word(<-no space) ..etc