session_start();?> include($_SERVER['DOCUMENT_ROOT']."/includes/configs.php"); if($_REQUEST[bid]){ $sql_title = "select * from blog where bid = '$_REQUEST[bid]'"; $result_title = mysql_db_query(db_name, $sql_title) or die ("Can not excute SQL_blog"); $data_title = mysql_fetch_array($result_title); } ?>
include("../head.php"); ?> include($_SERVER['DOCUMENT_ROOT']."/GOLF_VDO/GOLF_VDO.php");echo "";?> include("../footer.php");?> |