Try and Catch?
Hi, I am casting a string as an (int) but am unable to use try {} catch{} statements, just wondering if there is such a thing in PHP? this is the error i am getting:
------------------------------------------------------
Parse error: parse error, unexpected '{' in /home/.../public_html/addTestCase.php on line 4
---------------------------------------------------
what does it mean? how do i fix it?
thankx for the help!
|