Please help me!!
I'm trying to display an image in an html table using php. Here is my code - what's wrong??
The product number displays fine but I get an error with the image src=. I've tried everything - there must be a way to execute that line of code but what is it???
Thanks in advance!
$images=".stripslashes($row["image_path"])."
echo "<td width=\"33%\" height=\"16\"><font size=\"2\">".stripslashes($row["product_no"])."</font></td>";
echo "<td width=\"33%\" rowspan=\"4\" height=\"105\"><font size=\"2\">";
echo "<img border=\"0\" src=\"$images\" width=\"140\" height=\"60\"></font></td>";