Import CSV to Database using PHP

7 years ago

Import csv database using PHP. Follow the following code and you will be done with CSV import script using PHP.…

Enabling Gzip Compression of PHP, CSS, and JS Files Without mod_deflate

8 years ago

For enable Gzip compression using mod_deflate add following lines to your .htaccess file AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript…

How to check UBUNTU version?

8 years ago

When I was learning Ubuntu it was very difficult to know Ubuntu version.  When you want to work on Ubuntu…

How to work code-igniter project in sub-folder

11 years ago

Many developer has issues when they are migrating website from local to server. Then code-igniter website not working. Here is…

GET and POST Method Call in Python

11 years ago

Python, my first program where I tried to learn simple create update delete an application. Here I have learned how…

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

12 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

12 years ago

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