PHP求助~~

<?php
include"inc/ubb.php";
$id=$_get["id"];
if($id=""){
$html=fopen("html/index.php","r") or exit("打开页面失败!");
}eles{
$html=fopen("html/$id.php","r") or exit("打开页面失败!");
}
echo $nr;
?>

错误:Parse error : syntax error, unexpected '{' in /home/u578217823/public_html/zy.php on line 6
那错?为什么错?
$str = preg_replace("/\[xz=(.*)\](.*)\[\/xz\]/iUs", "<a href='\\1'>\\2</a>", $str);

/iUs代表什么?有没有相关的教程?
...
回复列表(9|隐藏机器人聊天)
添加新回复
回复需要登录