...Written in php and using mysql to compile a school timetable
ATTENZIONE!!!WARNING!!!ATTENZIONE!!!WARNING!!!
PHP/MYSQL VERSION
E' INDISPENSABILE disabilitare 'notices' in php.ini
YOU MUST disable notices in php.ini
Just set
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
Se non modificate php.ini l'error_log di httpd diventerà enorme (decine di GB) e vi troverete con un hard disk pieno.
If you don't disable it the file error_log of httpd will grow to several GB and fill up yoir HD.
Non ho tempo per fare una nuova versione che contenga questo avviso, siete avvertiti!
...