Welcome Guest, Not a member yet? Register   Sign In
Try-Catch
#5

[eluser]InsiteFX[/eluser]
Code:
try
{
    // code here!
    echo 'Success';
}
catch (Exception $e)
{
    echo 'Caught exception: ',  $e->getMessage(), "\n";
}


Messages In This Thread
Try-Catch - by El Forum - 06-08-2012, 06:36 AM
Try-Catch - by El Forum - 06-08-2012, 07:11 AM
Try-Catch - by El Forum - 06-08-2012, 07:20 AM
Try-Catch - by El Forum - 06-08-2012, 07:24 AM
Try-Catch - by El Forum - 06-08-2012, 08:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB