In Jquery is a very easy solution to check checkbox selected or not. For that, you have to first know…
Here you can learn Upload Image and at a same time information stored into database.<?php//define a maxim size for the…
Today, this article will walk you through the most commonly asked PHP interview questions and answers for freshers and experienced…
Very basic example how to toggle on one button click. Lets try it. You will enjoy it. <script src=”http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js” type=”text/javascript”></script>…
Reduced network traffic and latency, boosting application performance. Stored procedure execution plans can be reused, staying cached in SQL Server’s…
Setting is a top-level menu. A top-level menu is common practice for any plugin that needs multiple option pages. To…
Here is a simple example how to use array in html form element to store multiple value under single name.<html><head><title>Use…
There are two ways to disable/enable form elements.Set the 'disabled' attribute to true or false:// Disable #x$('#x').attr('disabled', true);// Enable #x$('#x').attr('disabled',…
1. MyISAM : MyISAM is a default storage engine and that one using in web, data warehousing and other application…
Array can be stored in database in the form of string.we can use serialize function to make storable representation of…
By default,most server allow max 2MB file size to upload on server.but in some case you have to change to…