hey friends i want to display the pics below users profile , this is the coding for gallery link in profile how can i display their gallery pics as thumbnails ,
PHP Code:
$countpics = mysql_fetch_array(mysql_query("SELECT COUNT(id) FROM ibwf_usergallery WHERE uid='".$who."'"));
echo "<a href=\"usergallery.php?action=viewuserphoto&who=$who&sid=$sid\">MY GALLERY</a>($countpics[0])<br/>";
Comment