Webmastersite.net
Register Log In

Need proper IF statement

Title Need proper IF statement
Description PHP help
Message Text
Take a look at this code I use to display the WAV size of a file: <div class="details"><span class="labels">Wav Size:</span> {LINKWAV} - Download <a href="{LINKDLW}">WAV</a></div> I need to select between this block of code, and one for a MIDI file, such as this: <div class="details"><span class="labels">Mid Size:</span> {LINKMIDI} - Download <a href="{LINKDLW}">MID</a></div>
I need to select the MIDI size based on the category. However, I am finding this very difficult to accomplish. I tried doing this with CATID without success. Suggestions?
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership zac439
Views 393 views. Averaging 0 views per day.
Similar Topics
Submission Date Mar 07, 2007 - 8:40 AM