I'm new to PHP so I hope this is an easy question. Basically if I make a syntax error like leaving a ; of a statement or using an If statement with out an ending } I get a blank html page.
Instead I would like to get a PHP page that says there was some error on line (x). Is there a way I can turn this functionality on?
Thanks in advance
Instead I would like to get a PHP page that says there was some error on line (x). Is there a way I can turn this functionality on?
Thanks in advance