$images=array("img01.png", "img02.png", "img03.png");
echo "
echo "
echo "
onclick - I want to shuffle $images on server side, and then rewrite #imgBox
shuffle.php:
$content = shuffle($images);
echo "
echo "
echo "
very strange - nothing happend :))
Please help.

Replies
Know the answer? Post it — somebody with the same question will find it here.