Bootstrap Navbar

The navigation bar allows a user to navigate through a website and obtain the web page they desire. Bootstrap navbar is a responsive navigation bar having the functionality of collapsing and toggling according to the screen size (viewport). Navbars are responsive ‘meta’ components that serve as navigation headers for your application or site. Navbars collapse in mobile …

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.