Re: 2 ifs embedded?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 7/31/09 8:58 AM, "m0s" <dev@xxxxxxxx> wrote:

(!empty($row['notes']) && IsAlpha($row['notes']))

I tried that and this one:

If (!empty($row['notes']) && ctype_alpha($row['notes']))

It didn't display the notes at all...

And this one...doesn't display if the field has a 0 in it but I still need it to?

If (!empty($row['critical']) && ctype_alnum($row['critical']))

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux