Computer Science, asked by Sriramrohit61, 1 year ago

Discuss how Email id validation and verification is done in PHP.

Answers

Answered by bhawnasharma67
0

an input field we can verify the email address entered is in correct format or not using PHP eregi function. This is a part of php form validation we do for other entries to check proper formatted data is entered by the user or not. You can enter any email address and check it is a valid address or not. Please not that we are not checking the validation or existence of the URL or the service provider. We are only checking / validating the format of the email address. This code can be used as a part of the other entered data validation used. You can read the php form validation by visiting the tutorial here. Here is the demo of the email validation. Test this validation by entering any formatted email address. You will get a message based on the result of validation.

plz mark me brainlist dear

Similar questions