First time I have heard of this error. Did you do a search for this in the forum?
This file "global.inc.php" is just supposed to get the arguments (variables) past from the form to the process.php file. It sounds like maybe there were too many variables or maybe the form is not passing varibale properly. I can test your form and process.php file on my computer if you would like me to. This would at least verify the problem is in your files and not your host.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
could be a big file upload. If you are uploading a file that is pretty big and takes more than 30 seconds, you need to ask your server admin to increase the timeout limit.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Error message when click to submit the form:-
Fatal error: Maximum execution time of 30 seconds exceeded in /home/yicco/public_html/orderform/forms/global.inc.php on line 19
Please help..
First time I have heard of this error. Did you do a search for this in the forum?
This file "global.inc.php" is just supposed to get the arguments (variables) past from the form to the process.php file. It sounds like maybe there were too many variables or maybe the form is not passing varibale properly. I can test your form and process.php file on my computer if you would like me to. This would at least verify the problem is in your files and not your host.
could be a big file upload. If you are uploading a file that is pretty big and takes more than 30 seconds, you need to ask your server admin to increase the timeout limit.