Sto a diventà.. matto![]()
$file="fileditesto.txt"; //nome del file txt
$apro=fopen($file,"a");
$testo=str_replace("-","&",$testo); //sostituire e commerciale con -
$testo.=$argomento."&"; //alla fine devo riaggiungere una e commerciale
if(!fwrite($apro,$testo)){
echo "result=error";
}else{
echo "result=ok";
}
fclose($apro);
dove fagianooo?
![]()
GRAZIE!
![]()