Hi,I have an image url stored in a database, I can display the image no problem using this code:
echo '<td><img src="'.$row['thumb'].'"></td>';
I am trying to use a variable as a link when you click on the image, as so:
<a href='showthumb.php?thumb=$clientthumb'></a>
I can use the i...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.