I'm still struggling with displaying my db search results in html within php code. The first 2 lines work and the 3rd doesn't. How can I display an image?
Many thanks to anybody who can help!
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=.stripslashes($row[\"image_path\"]). width=\"140\" height=\"60\"></font></td>";