|
Posted by "Pablo M. Rivas" on 09/09/05 21:02
Hello Chuck
On 9/9/05, Chuck Brockman <cjbrockman@gmail.com> wrote:
> What is a good way to capture errors that occur. I've tried the
> following code in development, but it still spits out an error (Parse
> error: syntax error, unexpected '}', expecting ',' or ';' in
> X:\xxxx\xxxx\xxxx.php on line 7)
>
> <?
> // error handling test
>
> try{
> $test = 1;
> echo $test1
> }
Ooppsss
You're missing a ;
yoy might:
echo $test1;
}
Good luck
--
Pablo M. Rivas. http://www.pmrivas.com http://www.r3soft.com.ar
-----------------------------------------------------------
Navigation:
[Reply to this message]
|