Tribal-Dolphin 4374
| Posté : 01-08-2003 16:21
Ben dis moi ce que tu pige pas, par un exemple, c plus simple pour te répondre.
Je t'aide :
$string = "Salut_a_tous";
$new_string=eregi_replace ( "_", " " , $string) ;
echo $new_string; // => affiche Salut a tous
[ Message édité par : Tribal-Dolphin : 01-08-2003 16:24 ] |