How do I use ini_set(\'max_execution_time\', 0);?
ini_set(\'max_execution_time\', 0);
Question 1: Do I place it at the top of the .PHP file or in a function that takes a
2: It only last for that page that loaded. after that its done.
1: It should be placed at the start of the code, but it can be placed anywhere.