/ Published in: PHP
shorts urls like http://example.com/abc/../123.html to http://example.com/123.html
Expand |
Embed | Plain Text
function url_fix($url){ foreach($pieces as $i=>$piece) { if($piece == '..'){ } if($piece == '..'){ } } } }
You need to login to post a comment.
