PHP & Frameworks

Difference between GET and POST method in PHP

What is HTTP? The Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers. HTTP works as…

7 years ago

Magento – Newsletter’s emails stuck in Queue

If you are scratching your head to figure out why not Magento sending newsletter email. Here we got the same…

7 years ago

How to send emails using PHPmailer and GMAIL SMTP

Here I have tried how to send PHPMailer with attachment using SMTP configuration. For SMTP Configuration we here used GMAIL…

7 years ago

Import CSV to Database using PHP

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

7 years ago

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

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…

8 years ago

How to work code-igniter project in sub-folder

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

11 years ago

CodeIgniter Session Destroy Problem SOVLED for Logout

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

12 years ago

prime number example in php

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

12 years ago

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

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

12 years ago

Multiple image uplode with fixed size / thumb image code

Please understand code. May be for fresher it will difficult but all the things is not possible.Note :1 . Path…

12 years ago