当前位置:Gxlcms > PHP基础 > php中处理模拟rewrite 效果

php中处理模拟rewrite 效果

时间:2021-07-01 10:21:17 帮助过:46人阅读

php中处理模拟rewrite 效果
<?php
$Php2Html_FileUrl = $_SERVER["REQUEST_URI"];
$Php2Html_UrlString = str_replace("/", "", strrchr($Php2Html_FileUrl, "/"));
?>
<?php $sid=intval(intval($Php2Html_UrlString));//Integer type variable conversion
    if (!intval($sid)){
        $sid=intval($_GET['id']);
        if(!intval($sid)){
            $sid=310;
            }
        }
    ?> 

人气教程排行