I'm sorry,
I am currently using mySQL database to process the song order through a program called SAM from spacialaudio.com. In my webpage I have written a small php script to pull the time from my local server. I want to add a tag behind each song which shows what time it was played. I haven't written any script yet because I can't figure out where I need to pull the song time from. The program lists a recently played column within itself and tells what time it was pulled.
The script I am using to pull the server time is:
<?
$current_time = $current["hours"] . ":" . $current["minutes"];
echo "Current subMERGE RaDiO time is $current_time"; ?>
When it shows the time, it shows it in a 24 hour format, I would like to move the time to a 12 hour format. Any hlep anyone can provide would be greatly appreciated as I am VERY new to php.
Sincerely,
Damon