Display a Text in nowplaying page if songtype is P

PHP, HTML, Joomla, WordPress, etc..
Plaats reactie
tljay

Display a Text in nowplaying page if songtype is P

Ongelezen bericht door tljay »

Hi
how can I display a message in the nowplaying page if songtype is NOT C or S

I have this Php code

Code: Selecteer alles

<?
if ("songlist.songtype = 'S'") {
// do stuff
echo "$currentSong->artist - $currentSong->title";
}
else
echo "DJ Sessions";
?>
but it does not Work

Thank you
tljay

Re: Display a Text in nowplaying page if songtype is P

Ongelezen bericht door tljay »

solved [smilie=yahoo.gif]
drOhimself

Re: Display a Text in nowplaying page if songtype is P

Ongelezen bericht door drOhimself »

an update WITH the solution would be appreciated
Plaats reactie
  • Vergelijkbare Onderwerpen
    Reacties
    Weergaves
    Laatste bericht