CRUD operations with checkbox using PHP and MySQL.

PHP and MySql are one of the most widely used technology to interact with the database. In our previous tutorials, we have performed a simple operation to get values of multiple checked checkboxes using PHP. In this blog post, we are going to demonstrate an example  of CRUD (create, read, update and delete) operations with checkboxes …

Bootstrap Popup

In this tutorial we are going to show how we can create a popup using Bootstrap framework Bootstrap is a front end GUI framework for developing responsive website. Bootstrap is a combination of HTML, CSS and JavaScript code. Using this we can create a user friendly website whose GUI is similar and responsive for any kind …

Bootstrap Grid

Bootstrap Grid System is mobile-first fluid grid system which is made up of a series rows and columns to provide a structure to website and to place it’s content in the intersected areas easily. The Bootstrap grid is a library of HTML/CSS components that allow you to structure a website and place a website’s content in desired locations …

Bootstrap Buttons

Buttons are the integral part of a website and application. They are used for various purposes like, submit or reset an HTML form, performing interactive actions such as showing or hiding something on a web page on click of the button, etc. Give it a look at our bootstrap premium themes for a bettter solution …

Bootstrap Modal

Bootstrap Modal is basically a pop-up box that is used to provide information and alert to the user. It is displayed on top of the current page. One of the multi-purpose lightweight JavaScript popup that is custom-built and responsive and can be used: to display alert popups, videos, and images in a website, to warn users …

Form Validation Using Ajax

AJAX (Asynchronous JavaScript and XML) is the art of exchanging data with a server, and updating parts of a web page – without reloading the whole page. Therefore, Ajax makes web page quick responsive.

We have already explained about form validation using different technologies. Now, the same can be done by using Ajax, In this blog post we will tell you how it can be done.