marceloxp
6/18/2013 - 12:50 PM

try -> catch

try -> catch

try
{

}
catch (Exception $e)
{
	echo $e->getMessage();
}