ï»??php @include('./inc/__.php'); $curMenu = 2; $sql = "select Id from `" . $t_menu . "` where Id=".$curMenu." and Visible=1 limit 1" ; $result = mysql_query($sql); @$number = mysql_num_rows($result); if($number == 0) { exit( ''); } $photoId = $_GET['id']; if($photoId == 0) { exit( ''); } if(@!ereg("^[1-9][0-9]*$",$photoId)) { exit( ''); } else { $sql = 'SELECT * FROM `'.$t_photo.'` where `Id`='.$photoId.' LIMIT 1'; $result = mysql_query($sql); @$number = mysql_num_rows($result); if($number == 0) { exit( ''); } else { if(@$row = mysql_fetch_array($result)) { $title = $row['Title']; $photoes = explode(";", $row['Photo']); } } } ?> 2012 China International Conference in Insurance and Risk Management(CICIRM2012)