php中处理模拟rewrite效果_php基础
时间:2021-07-01 10:21:17
帮助过:2人阅读
php中处理模拟rewrite 效果
$Php2Html_FileUrl = $_SERVER["REQUEST_URI"];
$Php2Html_UrlString = str_replace("/", "", strrchr($Php2Html_FileUrl, "/"));
?>
if (!intval($sid)){
$sid=intval($_GET['id']);
if(!intval($sid)){
$sid=310;
}
}
?>