function create_slug($string){
$slug=preg_replace('/[^A-Za-z0-9-]+/', '-', $string);
return $slug;
}
fonctions php
<iframe width="100%" height="254" src="http://snipet.teknotit.com/index.php?embed=544099c382072" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 17/10/2014