Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
error_reporting(E_ALL);
max_execution_time //length of time that the script can run, 300 as posted above should be sufficient
memory_limit //amount of temporary memory available
upload_max_filesize //maximum size of uploaded files
post_max_size //maximum size of a form submission - should be larger than upload_max_filesize to allow for passed variables and / or form input
1 to 6 of 6