What is HTTP? The Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers. HTTP works as…
If you are scratching your head to figure out why not Magento sending newsletter email. Here we got the same…
Here I have tried how to send PHPMailer with attachment using SMTP configuration. For SMTP Configuration we here used GMAIL…
Import csv database using PHP. Follow the following code and you will be done with CSV import script using PHP.…
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…
Many developer has issues when they are migrating website from local to server. Then code-igniter website not working. Here is…
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…
Please understand code. May be for fresher it will difficult but all the things is not possible.Note :1 . Path…