$.row[imagepath]

hi,

Im trying to get images to display using some php the images are on hdd and the db is mysql.

this code displays a broken image icon

echo “<td><img src=” . $row[‘imagepath’]. “</td>”;

What am i missing? any suggestions would be really helpfull?

nevermind,

echo “<td><img src=” . $row[‘imagepath’]. “></td>”;