Justin Lilly <mailto:[EMAIL PROTECTED]>
    on Friday, February 25, 2005 3:10 PM said:

> This should do the trick:
> 
> $something ? $this=$that

Actually that gives a synax error. But I've figured it out based on your
suggestion.

It's actually:

<?php

  $something && $this = $that;

?>



Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to