I have on top of my code the line
This displays unstyled text. Is it possible to catch all errors that are displayed with error_reporting(E_ALL) via throw try block and then display those errors inside desired place?PHP Code:error_reporting(E_ALL);
echo $undefinedVariable;
tnx!



Reply With Quote



Bookmarks