Hey!
ok it works until I edit it😃
this is what I edited it to do i had to change times because of the time difference etc
<?php
$time = getdate();
$hod = $time['hours'];
echo $hod;
if($hod>1 && $hod<5){
echo "<img src=\"maurice.gif\"><BR>Maurice Taggart";
}elseif($hod>3 && $hod<8){
echo "<img src=\"justin.gif\"><BR>Justin Macartney";
}if($hod>6 && $hod<10){
echo "<img src=\"kenny.gif\"><BR>Kenny Davis";
}if($hod>8 && $hod<14){
echo "<img src=\"stuart.gif\"><BR>Stuart Robinson";
}if($hod>12 && $hod<16){
echo "<img src=\"stevie.gif\"><BR>Stevie Robinson";
}if($hod>14 && $hod<18){
echo "<img src=\"paul.gif\"><BR>Paul Gilmour";
}if($hod>19 && $hod<23){
echo "<img src=\"citybeat.gif\"><BR>Citybeat 96.7FM";
}
?>
and all it shows up is the current time...
http://www.castlefm.net/timeon.php
I have no clue wot im doing wrong🙂 please help!
Thanks andy😕