Write a PHP script that tests whether an e-mail address is input correctly. Verify that the input begins with series of characters, followed by the @ character, another series of characters, a perod (.) and a final series of characters. Test your program, using both valid and invalid e-mail address.
Please make sure it outputs valid or invalid address
Below is the required PHP script to test whether email address is input correctly:
Thank you.
Get Answers For Free
Most questions answered within 1 hours.