Hello,
How can I check my code form error whether in my code errors have occoured or not?
In java there is "error checker" like:
try {
...
...
// here is your code
...
...
}
and after that we can check with exceptions
Is there any command like this?
Thank you!
P.S. Sorry I forget write somthing important, I need error checer in PHP