Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\excel-to-mysql-using-php\index.php on line 34
i>Open your xampp.
ii>Go to Apache config.
iii>Select php.ini file.
iv>Make these changes.
max_execution_time = 360 ; Maximum execution time of each script, in seconds
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB by default)
v>Restart your Apache.
No comments:
Post a Comment