On 17 May 2002 at 12:23, Jeff Field wrote:
>       $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";

It's a shortened version of the if...else construct. As in...

condition ? this_if_true : this_if_false

-- 
Stuart

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

Reply via email to