


How to send various kinds of email using PHP
Email is one of the most popular services over the internet. A considerable amount of emails are sent and delivered every day. We can easily send emails by using PHP scripts. Today I'm going to show 3 types of email sending techniques using PHP. First of all, we want to send emails from our web [...]
Associative Array syntax in php
Array is one of the important term in web programming. If we want to send multiple data with just one variable then there is no alternative of using "ARRAY". Array is really easy to understand and easy to implement in programming. Today we are going to learn how to implement Associative Array in php. Lets [...]
Fixed 500 error using htaccess of a Codeigniter application
Like the other day, I was working on a Codeigniter based web application for a client. Client was hosted the site on bluehost.com, and the requirement was to create SEO friendly URL structure for the site. They specifically wanted to do that using htaccess method. Everything was working fine for us in the localhost environment. [...]