Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 673 Bytes

JavaScript-Form-Validation

JavaScript Form Validation with xampp server

2.1 HTML code available in form.html and CSS available in FormDesign.css 2.2 Application use JavaScript code to do form validation.

We are using userdetails.php to fetch details in Database and dbconnect.php to connect with MySQL Its time to setup XAMPP server which have preinstalled Apache and MySQL for our application

we setup out database name Shubham and having table name employees

In the table we created 5 columns name “id” “name” “password” “email” “county”

Now our MySQL server is ready to connect with our code. Its time to fill the details and click on Send.