il codice:Originariamente inviato da Soniq
Beh,
Non é che sia expert in php:
Ho tovato questo codice che mi riporta sul monitor le directory, però non saprei come integrare la funzione MKDIR
![]()
codice:$file = fopen("elenco.txt", "r") or exit("Unable to open file!"); //Output a line of the file until the end is reached while(!feof($file)) { echo fgets($file). " "; } fclose($file); ?>