I have a business directory website that users can create listings in. I already have the listing functionality mostly working. An example of the code i use is this:
<div id="companyName"> <?php echo $row_getListing['company_name']; ?></div>
What I want is a code like this to get an image from the logo row in my table unless there is no image in that row then it instead gets a placeholder image from my images folder. Can anyone help?