Salve a tutti;
ho un piccolo grossissimo problema... devo configurare un programma che permetta la creazione e l'invio di dati...
Ecco cosa mi dice :
Edit receive_pirep.php to change the file paths in the constants section.
Example:
/*
* Change this constants according to your configuration */
@define ("MYSQL_CONNECT_INCLUDE", "connect_db.php");
@define ("REPORT_FILE_URL", "http://www.yoursite.com/logs/");
@define ("REPORT_FILE_PATH", "/home/yoursite/www/logs/");
@define ("ERROR_LOG_PATH", "/home/yoursite/www/logs/error.log");
5. Create one folder inside the REPORT_FILE_PATH to store each pilot pirep files. Please note that the folder name must be the same as your VA callsign followed by the pilot number.
nella riga "REPORT_FILE_URL" indico la cartella dove verranno messi i file.... e fin lì credo di esserci... poi che faccio ???