Form Validation Using PHP

Validation is very important aspects in data submission.

We have already explain about form validation using javascript and jQuery, but this time we will show you how to validate your form using PHP.

Insert Data in Database Using PHP

Php is a server side scripting language it allows to store data in database at server level. In this post i will show you how this can be done.

For this, I have created  HTML form, method  is set to post to hide values in URL which flows on form submission.