session_start(); include("include/db_config.php"); $sql = "select tm_name , tm_description, tm_image from tbl_testimonial where tm_id = ".base64_decode($_GET['tmid']); $query = mysql_query($sql) or die(mysql_errno()." : ".mysql_error()); $rs = mysql_fetch_array($query); ?>