Category Archives : PHP

My journey to learn Codeigniter

4329753987 bab5da6bee 300x239 My journey to learn CodeigniterHere is a short story on how I started learning & training myself in Codeigniter framework & ended it within less than a Month.

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications.

When it comes about self learning, we always start with a very deep interest in the beginning but later on we start loosing interest & laziness starts increasing. This is a very common issue with most of the web developers. (more…)

Read more »

Perfect solution for Image Resizing based on Width & Height

Hi All. In this Article I am going to show you how we can align images on websites with different sizes.

Let’s say we have a Products listing page & various food products are listed with its thumbnail images like Cheese packet, Honey Bottle, Tea packets etc. These products are not supposed to be having all same size images. But we have to show that as thumbnail with proper resolution. (more…)

Read more »

All in One PHP Mail Function

Today I am going to show you my own created php Function for easy Emailing.
I have used PHPMailer Class file for it, which you can grab from here. I have made all the Emailing featured in PHP very easy to use by just calling a Single line function.

Here is the Code which you can grab for your own use (more…)

Read more »