0
Please can anyone help with the PHP inbuilt function to check if the client name is within the email or Gmail he want to Summit
PHP form validation/submission
2 odpowiedzi
0
Where is your attempt please?
0
$matchname = (explode(" ", $firstname,2 ));
If (preg_match ($matchname[1],$email) or preg_match($matchname[0],$email)){
$error.= "Email input doesn't match with your name";
$saveflag =false;
}
https://www.sololearn.com/discuss/2460420/?ref=app
https://www.sololearn.com/discuss/2461933/?ref=app