Could you please tell me how to increase the execution time in php in godaddy web hosting. I have tried .user.ini file in website folder below is my code
max_execution_time=5000
Could you please explain how to achieve this in godaddy.
Could you please tell me how to increase the execution time in php in godaddy web hosting. I have tried .user.ini file in website folder below is my code
max_execution_time=5000
Could you please explain how to achieve this in godaddy.
Comments are closed.
In
.htaccess
OR place this at the top of your PHP script
Usually the php.ini is located in the home/ of your hosting file manager. You can edit the same form there or in case you don’t have access to this file you can use the .htaccess file located in the landing directory of your particular website.