error handling

dear all

I tried to use some php error handling instruction like error_get_last() but it seems doesn’t work in SC 5. I tried this function also in a blank application I get always null also in case of error ( see this easy example:

<?php
echo $a;
if (!is_null(error_get_last())
{print_r(error_get_last());
}
else
{ echo (“No error”);
}

?>

How can check error status in a complex routine with many php functions ?

Suggestions ? Please Help.

Re: error handling

please help !

Re: error handling

After many days again NO ANSWER !!!

why this delay ?

please could you give an answer ?

Re: error handling

I found the solution !

see http://www.scriptcase.net/forum_en_us/index.php?topic=4340.0

bye