Random images on Crazybobbles

Managed to quickly code the top section so it displays random images. Simple simple coding
$imagearray = array(muse,absolution,mattguitar,mattguitar2,oosback);
$randomimage = $imagearray[array_rand($imagearray)];

1 response | reply | comment feed

leave a reply