1194 0 0 0
Last Updated : 2025-04-29 00:26:27
In case you wanted to increase memory size or loading or execution time here is this small snippet
ini_set("memory_limit", "100M");
ini_set('post_max_size', '50M');
ini_set('upload_max_filesize', '50M');