Welcome to
Artist or song title:
This text is supposed to explain what happens in this deck. It should
tell users that they can browse the news, see today's programs on the radio,
and even pick up a song to be sent later on.
Associating a help deck to each deck that implements a certain
function is an excellent way to provide context-sensitive help.
Generally speaking having a context-sensitive help system is a good idea in
the case of WAP services. Screens real estate is limited and the text used
to guide users can be cryptic.
Don't forget a back button
Pick up song:
} else { //only one hit, selected by default
echo("
you chose: No match. Try with a different search key:
echo($r["artist"].":".$r["title"]."
\n");
}
?>
your message:
You picked:
by
Your message:
//let's insert the data in the playlist table
$query = "INSERT INTO playlist VALUES (NULL,".$r["song_id"].",
\"".$r["title"]."\",\"".$r["artist"]."\",\"$message\")";
//echo("");
$result = mysql_db_query("wap", $query);
?>
Thank you for listening to WAP Radio 105 FM.
Go to front page