this is my code:
but photos not open....any1 can help me to fix this problem??
Code:
$photo = mysql_fetch_array(mysql_query("SELECT imageurl FROM ibwf_gallery WHERE uid='".$who."' ORDER BY RAND() "));
echo "<img src=\"$photo\" width=\"50\" height=\"60\" alt=\"photo[0]\"/>";
echo "[$ds]<a href=\"chat.php?action=say2&sid=$sid&who=$chat[0]&rid=$rid&rpw=$rpw\">$optlink</a> - ";
echo "".strtolower($tosay)."
";
I have usergallery root into /web but not open...table ibwf_gallery not have the $who, but id,uid,imageurl,sex and time...
Comment