Index du Forum » » Questions

Auteur

Flux RSS
coolzen0
43    

  Posté : 03-12-2008 17:59

Suite du fichier : la fonction confXML


//fonction pour remplacer les caractères génants
function conf_XML($text)
{
$text = str_replace("&","&",$text);
$text = str_replace("<","<",$text);
$text = str_replace(">",">",$text);
$text = str_replace("\"",""",$text);

return $text;
}





Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=24043&forum=9