Okay I was thinking... If I had Next DJ, its simple but I need a hand.
How can I put the time as '$time'?PHP Code:<?
$time = 'H';
if($time == '1') {
echo 'DJ-One';
} elseif($time == '2') {
echo 'DJ-Two';
}
?>
I hope you get me
Then I could do something like $djtime = '$time + 1' ?
Works on 24 hour clock
Thanks![]()






