Bob Lockie wrote:

No syntax error but this always returns 's'.


$add = $delete_count > 0 ? "s" : "x";


That means $delete_count is always greater than 0

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



Reply via email to