php中处理模拟rewrite 效果
程序员文章站
2022-07-08 15:38:43
php中处理模拟rewrite 效果
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;
}
}
?>
<?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;
}
}
?>
下一篇: javaJDBC