Hi,
I find that when an error occures in PHP, the script stops executing and abends immediately. Supposing we are connecting to an non existing database through odbc then PHP gets a fatal error which causes the script to stop functioning there on. How to trap the errors and make the script functioning. I am aware of the require function and this does not help either???? Help required ASAP
I find that when an error occures in PHP, the script stops executing and abends immediately. Supposing we are connecting to an non existing database through odbc then PHP gets a fatal error which causes the script to stop functioning there on. How to trap the errors and make the script functioning. I am aware of the require function and this does not help either???? Help required ASAP