Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing error message

Status
Not open for further replies.

Regany

Programmer
Aug 27, 2004
72
0
0
LV
for example there appears an error:
"Fatal error: Maximum execution time of 120 seconds exceeded in C:\public_html\index.php on line 42"

and i whant to change it to "Sorry your request unable to complete"

is it possible to do that?
 
As far as I know, there is no way to do it using a PHP function from within a PHP script.

It's not that complicated to create your own custom version of PHP by editing the source files and compiling. And that is probably the only way of handling that.



Want the best answers? Ask the best questions! TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top