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)];
xhtml valid since 2006
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)];
Whoop de doo