I am trying to display an image in a table from a query like this:
echo ("<td> <img src=" . $row['img1'] . "></td>");
This works until there is a space in the saved data. I am having the problem with the data entry refimg\AMYLO A-1.jpg
It works with data that looks like this: refimg\BCL-2-1.jpg
Any way to fix this?