Hello friends,
If we have the following
$manal = "hate1";
i wanna say if $manal has alphabetic letters ( not only digits ) then show something else then show anything
if xxxxxxxx {
echo 'something';
} else {
echo 'anything';
}
xxxxxx is the part i can't write, it want it means if $manal has letter and not digits
hope you got what i mean,
thanks so much