how to check the validate in html php code example
Example: php validate name
if(preg_match("/^([a-zA-Z' ]+)$/",$name)){
retun true; // is validate name
}
if(preg_match("/^([a-zA-Z' ]+)$/",$name)){
retun true; // is validate name
}