Is there something similar in PHP to the try ... else in Python?
try ... else
I need to know if the try block executed correctly as when the block executed correctly
Not familiar with python but it sounds like you're after Try Catch blocks used with exceptions...
http://php.net/manual/en/language.exceptions.php