What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP Help

PHP Help
Author: Message:
fluffy_lobster
Veteran Member
*****

Avatar
Posts: -2

Posts: 1391
Reputation: 23
36 / Male / Flag
Joined: Nov 2002
RE: PHP Help
well i'm not exactly sure where $song_gender is supposed to come from but it looks like that contains the song genre so:

code:
switch ($song_gender)
{
case 'country_and_western':
die();
case 'techno':
// do something useful here
default:
// unrecognised genre
}

To be honest if you managed to get that far in writing it I can't believe that you needed to explain it all to ask the question.

This post was edited on 03-02-2005 at 06:07 PM by fluffy_lobster.
03-02-2005 06:06 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP Help - by DJeX on 03-02-2005 at 03:44 AM
RE: PHP Help - by fluffy_lobster on 03-02-2005 at 06:06 PM
RE: PHP Help - by DJeX on 03-02-2005 at 09:30 PM
RE: PHP Help - by KeyStorm on 03-02-2005 at 09:45 PM
RE: PHP Help - by fluffy_lobster on 03-03-2005 at 10:34 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On