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
- [PHP] 2 ifs embedded? Miller, Terion
- Re: [PHP] 2 ifs embedded? Ashley Sheridan
- Re: [PHP] 2 ifs embedded? m0s
- Re: [PHP] 2 ifs embedded? Miller, Terion
- Re: [PHP] 2 ifs embedded? Bastien Koert
- Re: [PHP] 2 ifs embedded? Miller, Terion
- Re: [PHP] 2 ifs embedded? Bastien Koert
- Re: [PHP] 2 ifs embedded? Miller, Terion
- Re: [PHP] 2 ifs embedded? Jim Lucas
- Re: [PHP] 2 ifs embedded? Miller, Terion
- Re: [PHP] 2 ifs embedded? Miller, Terion
- Re: [PHP] 2 ifs embedded? Jim Lucas
- Re: [PHP] 2 ifs embedded? (R... Miller, Terion
- [PHP] Re: 2 ifs embedded? (... Colin Guthrie