foreach ($values as $value)
{
echo("<td> "."<img src= \"$value[\"img\"]\" />"."</td>");
print("</tr>");
}
I am basically trying to print the image whose path I've stored in mysql database. However I am getting very confused with the img src in html and after trying a lot of ways, the image is still not being printed out.