MySQL events are executed by a special event scheduler thread. It's disabled by default. MySQL 5.1 Event Scheduler, Conceptually, this…
When we start to work on Pan Card for us very difficult part is pan card validation. We tried many…
You have to first know default argument of WordPress. If you know default argument of WordPress than any learner/beginner simply…
The following example changes the auto increment value for the table named "applytable" to 100. This means that the next…
We know what we need. Actually we are confused at that time. Its very easy.First time what we thinking their…
Here we are going to know how to create Prime NumberWhat is Prime Number : Prime number divide only 1…
What is Fatal Error Fatal errors are ones that crash your program and are classified as critical errors. An undefined…
Building web applications with PHP is a pretty simple process. As a PHP developer, you can develop practically anything, including…
Phone number validation is an important part of validating an HTML form. On this artilce we will discussed how to…
Fresher need to understand jquery validation. So we have made very easy to understand example as follows.<!DOCTYPE HTML PUBLIC "-//W3C//DTD…
http://docs.jquery.com/Plugins/Validation Same Example Try in above link with demo <html><head> <script src="https://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="https://jzaefferer.github.com/jquery-validation/jquery.validate.js"></script><style type="text/css">* { font-family: Verdana; font-size: 96%;…
Normalization is the process of efficiently organize a data in database.There are two goals of the normalization process:1 Eliminating redundant…