codice: print preg_replace("#[ ]{1,}#", " ", "1 2 3 4"); funziona..... restituisce: "1 2 3 4"
print preg_replace("#[ ]{1,}#", " ", "1 2 3 4");
www.CodeFlower.com Gurus Sharing Code www.CristianZuddas.it
Regole del Forum