On 7/31/09 8:58 AM, "m0s" <d...@lenss.nl> 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

Reply via email to