<?php $string = 'asdgadsfg'; if (ctype_alpha($string)) { echo "all alphabetical"; } else { echo "not entirely alphabetical"; }
You have javascript disabled. You will not be able to edit any code.