사용자: 최신글 스킨

This commit is contained in:
whitedot
2013-02-07 20:24:17 +09:00
parent 5c90ae676a
commit 44d2612d10
2 changed files with 18 additions and 12 deletions

View File

@ -1,8 +1,14 @@
<?
$qstr1 = "&amp;stx=ddd&amp;page=123";
$qstr2 = "&amp;stx=ddd&amp;page=123&amp;";
$qstr3 = "&amp;stx=ddd&amp;page=&amp;";
$qstr3 = "&amp;stx=ddd&amp;page=x&amp;";
echo preg_replace('#(&amp;|&)?page\=[^&]*#', '', $qstr3);
?>
<!doctype html>
<html lang="ko">
<head>
<title>ie6 테스트</title>
<meta charset="utf-8">
<style>
a {display:block;position:relative;margin:100px;width:50px;height:50px;background:#ddd}
a span {position:absolute;top:0;left:0;width:50px;height:50px;background:#000}
</style>
</head>
<body>
<a href="#"><span></span>i can see your halo</a>
</body>
</html>