Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 271 Bytes

File metadata and controls

9 lines (5 loc) · 271 Bytes

Form Validation with Php and Sending Mail by local host.

  • A Simple HTML form with functionality of :

  • Detection of Empty String in input field.

  • Uses Regular Expressions to validate Valid format of Name, Email and Websites.

  • Send Mail by using sendmail (smtp).