On Wed, Jan 08, 2003 at 04:59:01PM +0100, pp wrote:

> 1. Is there any way to use <(page element)> within php code?

Not without being connected. If you're connected, you can call
mgd_preparse.

> 2. error in ROOT(4) eval'ed code - 244 sometime means 
>  4 line in ROOT element and evaled code's line  is 244
>  this is correct if I have snippet included on 4 line.
>  What about error ROOT(23) eval'ed code 423
>  when 23 line of ROOT element is for example <? echo "wtf"; ?>
>       ????

Then you probably have an unterminated block somewhere. PHP will report
on the first spot it finds the error, and that might be EOF.

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to