come da oggetto e nessun messaggio di errore
come mai???
$fh = fopen('./tmp/prova.txt', 'w');
fwrite($fh, 'ciao a tutti');
fclose($fh);
ho provato anche con wb e w+
come da oggetto e nessun messaggio di errore
come mai???
$fh = fopen('./tmp/prova.txt', 'w');
fwrite($fh, 'ciao a tutti');
fclose($fh);
ho provato anche con wb e w+