* Thus wrote 386-DX ([EMAIL PROTECTED]):
> Hello. Let's say I have something like this:
>
> function aa($test) {
> $a = 8;
> echo $test;
> }
>
> $a = 2;
> aa("a is ". ($a>5?"greater":"equal to or less"). " than 5".);http://php.net/eval Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

