Jump to content

Tag Swtiching


jiggens

Recommended Posts

Ok i have slight problem with this line of code i cant figure out how to get this to work correctly without creating a whole new table in my DB which shouldnt be required.

 

http://homes.pacificscene.com/browse/community.php?ID=43

 

I have a community that has to have the word Building in the Place of Model.  Really i didnt see the problem with building or model, but  it needs to be done.

 

<?php

      if($row[0] == '&siteID=43') {
                        print "<td width='135'><strong>Building</strong></td>";
                        print "<td>" . $row[1] . "</td></tr>";
}
else {
                        print "<td width='135'><strong>Model</strong></td>";
                        print "<td>" . $row[1] . "</td></tr>";
}?>

 

Is there a better way to do this? any advice is appreciated

 

Link to comment
https://forums.phpfreaks.com/topic/71090-tag-swtiching/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.