Hi we have a site that was developed by somebody who has since left the planet
We have a php code that pulls the link from the database, working fine, the only problem is if there isn’t a link added into the database I want it to show a message “no site added”
I’ve tried all sorts but can’t see something obvious
this is the line <?php echo $rw['ad_link']; ?>Click here
I’m pulling my hair out now, I know I need something like “if empty” but where? Help