Welcome to the website of DJ Live Inc. We
are a small business located in south-east Essex, renting out the services
of DJs to Essex. So far we have [number of DJs] DJs , serving the people
of Essex. There is a large variety of music played by our DJs and each
DJ has a particular variety of music, and you can search for DJs who
play specific types of music. In the shop you can find merchandise
related to each of the DJs and also the business as a whole. We also
have a playlists section where we have previews of many of the songs
that our DJs play. On our bookings page you can book a gig for a DJ
at your event.
# selects a random number between 1&4
srand( microtime() * 1000000);
$var = rand(1,4);
# takes the selected number and assigns the location to the image
# to the variable $logo.
switch($var)
{
case 1: $logo="images\djfuzzishirt1.gif"; break;
case 2: $logo="images\djspoonyshirt1.gif"; break;
case 3: $logo="images\djcluckyshirt1.gif"; break;
case 4: $logo="images\djcluckyshirt1.gif"; break;
}
# creates an HTML image tag in a string and then displays
$display = " ";
echo ($display);
?>