In this tutorial, We are going to discuss PHP MYSQL add, edit, delete and multiple delete example. As we already discussed, how to connect to mysql database using php and user session management in Simple php login and logout script using php session and MYSQL database if you are not aware of these concepts please
In this tutorial, we are going to discuss flip effect with jquery flip plugin. Basically, it is very easy and simple to implement flip effect by using jquery flip plugin. To create flip animation with HTML, you need to create two containers inside one parent div element with a CSS classname “.flip”(you can use your
In this tutorial, we are going to discuss jQuery form validation using jquery validate plugin. We have already discussed about custom jquery form validation without using jquery validate plugin in my early article on Custom jQuery HTML form fields validation for all input types. We have used same HTML form which is used in the
This tutorial will explain how to write MYSQL Insert Select Update and Delete Queries Examples and how to access MYSQL database using PHP. PHP has the built-in functions to connect the MYSQL database and to retrieve, update and delete the data from MYSQL database. Accessing MYSQL database from PHP is very easy using the following
In this article, we are discussing bootstrap modal dialog box/popup window. It is very easy to implement bootstrap modal dialog box without writing a single line of javascript code. As we all know that bootstrap is very famous for responsive web design which will support maximum devices and view ports. So by using bootstrap modal
In this tutorial, we are loading 10 images using jQuery lazy load example which will load the images in the background and show them while the page is scrolling by the user. This jQuery lazy load concept will help to improve page performance which will help your website to load faster. Below is the code
This is a simple JavaScript image gallery lightbox to show selected image in a lightbox. Very to easy to understand and implement this javascript image lightbox with CSS. When an image is showing in the lightbox you can see the left and right arrows to navigate previous and next images. Below to image we are
jQuery autocomplete example using php and ajax is one of the most important features of modern websites. To create an autocomplete, using an AJAX call to build a list and to display the list using jquery ui autocomplete. The easiest and efficient method to create an autocomplete is jquery and jquery-ui. You can download the
Sql query to insert all countries in the world into a database I couldn’t find the query to run, so I created my own SQL query. Here it is, ‘tbl_countries’ is the table name and ‘name’ is the column name. You should have a table ‘tbl_countries’ in the database to run the below query.
In this tutorial, we are going to discuss Simple Ajax Request Example With JQuery And PHP. First, you need to understand that an AJAX request is used to send data from web page to the backend. This can be done in many ways like adding action URL in the form element with POST or GET