function format_url( $url, $type = '' ){
$url =
preg_replace( "`&([a-z])(acute|uml|circ|grave|ring|cedil|slash|tilde|caron|lig);`i",
"\\1",
$url );
return $url;
}
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/554"></script>
0 comment about "Formater une URL proprement pour URL Rewriting"