Jump to content

Error: Maximum execution time of 30 seconds exceeded


Mrbhamz

Recommended Posts

Hi,

You can use the phpinfo() function in any file to see php values, after updating values in the php.ini file, need to restart the local server.

Below is the example code, I attached a screenshot for your reference and a link from my website.

https://www.hrms-systems.com/info.php

In web hosting cpanel,php settings will help to update php configuration values.

 


<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>

 

 

gsgfgfgfdgfdgdfgfd.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...