Is there anyway to receive an email for parse errors?
Answer Parse errors occur at the compiler level, whereas your error checking is going to be compiled into the intermediate layer. You can’t write PHP code that will detect its own compiler errors. Instead, you would have to work inside the server application itself to trigger something to happen when there was a compiler error. That, however, is outside my expertise. Sorry I can’t be of more assistance, ~A!