Enabling the MySQL Event Scheduler

12 years ago

MySQL events are executed by a special event scheduler thread. It's disabled by default. MySQL 5.1 Event Scheduler, Conceptually, this…

Pan Card Validation Using Javascript

12 years ago

When we start to work on Pan Card for us very difficult part is pan card validation. We tried many…

How to Display random posts in WordPress

12 years ago

You have to first know default argument of WordPress. If you know default argument of WordPress than any learner/beginner simply…

Reset the auto increment value for a MySQL table

12 years ago

The following example changes the auto increment value for the table named "applytable" to 100. This means that the next…

CodeIgniter Session Destroy Problem SOVLED for Logout

12 years ago

We know what we need. Actually we are confused at that time. Its very easy.First time what we thinking their…

prime number example in php

13 years ago

Here we are going to know how to create Prime NumberWhat is Prime Number  : Prime number divide only 1…

Fatal error: Call to undefined function base_url() in CodeIgniter

13 years ago

What is Fatal Error Fatal errors are ones that crash your program and are classified as critical errors. An undefined…

About PHP language & CodeIgniter

13 years ago

Building web applications with PHP is a pretty simple process. As a PHP developer, you can develop practically anything, including…

Phone Number Validation Javascript

13 years ago

Phone number validation is an important part of validating an HTML form. On this artilce we will discussed how to…

Jquery Validation Example 2

13 years ago

Fresher need to understand jquery validation. So we have made very easy to understand example as follows.<!DOCTYPE HTML PUBLIC "-//W3C//DTD…

Jquery Validation Example1

13 years ago

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%;…

What is normalization process?

13 years ago

Normalization is the process of efficiently organize a data in database.There are two goals of the normalization process:1 Eliminating redundant…