Page 1 of 1

Question About Pictures

Posted: Wed Jul 07, 2004 11:24 am
by demo
When I was trying to make a picture function for a link program for my friend the picture would never show up. I dont know if I am doing this right but here is my code.

while ($row = mysql_fetch_array($query)) {
echo "<font size=\"2\" face=\"verdana\"><a href=\"?act=viewlink&id=$row[id]\">$row[title]</a> || <img scr=\"$row[picture_url]\">[\b]
[/quote]

Posted: Wed Jul 07, 2004 11:32 am
by zenabi
What is the HTML output? (View - Source in IE)

Posted: Wed Jul 07, 2004 11:47 am
by demo

Posted: Wed Jul 07, 2004 12:17 pm
by pickle
try just dumping $row to see what's there.