Bob Lockie wrote:

No syntax error but this always returns 's'.

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

Hmm.. that's odd because

if(false)
{ return false; }

always returns false for me...

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

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



Reply via email to