include("config.php"); //Required do not remove $pid = $_GET['pid']; $sql = "SELECT Name,Description FROM $dbtable WHERE Name = '$pid'"; $query = mysql_query($sql); $photo = mysql_fetch_array($query); $photo_name = stripslashes($photo[Name]); $photo_description = stripslashes($photo[Description]); ?> arooney.com
"; echo "

".$photo_description."

"; mysql_free_result($query); ?>