la variabile non deve essere passata come un stringa ($text = str_replace("\n","","$text")
prova così:
$text = str_replace("\n","",$text);
la variabile non deve essere passata come un stringa ($text = str_replace("\n","","$text")
prova così:
$text = str_replace("\n","",$text);
Mirko Agrati
WEB : http://mirkoagrati.110mb.com
RSS : http://feeds.feedburner.com/MirkoAgratiArticoli