标签: php
我有一种感觉我过度使用这只是为了防范xss和其他人......
<?php //will pass as get parameter to a another page header("Location: /nextpage?p=". rawurlencode(strip_tags(htmlspecialchars($_SERVER['REQUEST_URI'])))); ?>