Page 1 of 1

try catch and php

Posted: Mon Oct 04, 2004 4:58 am
by pelegk2
is there like in java try and catch in php?

Posted: Mon Oct 04, 2004 6:00 am
by twigletmac
If you are using PHP 4 you should start here:
http://php.net/manual/en/language.oop.php

If you are using PHP 5 (or for interest anyway if classes and object are your thing) you should start here:
http://php.net/manual/en/language.oop5.php

Mac