hmm...never tried it but maybe this works:
try to include the class via eval()
like: @eval("include ('$filetoinclude');");
and use the control operators w/ them?
"Aaron" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> ok what I want to do if possible is....
>
> i have file index.php
>
> then I include the file x.class
>
> now. index.php calls x.class
>
> IF x.class has a parse error just return false to index.php?
> or just return nothing,
>
> But dont stop the execution of index.php Is this possible?
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]