
johnber
-
Posts
6 -
Joined
-
Last visited
Community Answers
-
johnber's post in If then Else help please was marked as the answer
learning a lot so error reporting now on and after a few reported syntax errors which I fixed I have
echo "<td>"; if ($row['image']) echo "{$row['image']}</td>"; else echo "No data!"; echo "</td></tr>"; which works a treat - thanks for all the help. John