I have a PHP echo like this, code below:
<?php echo($row['buildingdesignsvo']); ?>
How do I turn this into a If/Else based on the contents of the echo? If the echo for example is either value1 or value2 it displays a link like this <a href="">Link</a> if it does not contain either value it displays Nothing found.
1 Answer