<?php $name = "He/llo W+or_ld Test=Code"; if( preg_match_all('/[^a-zA-Z ]/', $name, $res) ){ echo "Unavailable Characters: " . implode('', $res[0]); }
You have javascript disabled. You will not be able to edit any code.