my-programming-tutorials-logo

My Programming Tutorials

Facebook like time ago system in php

Last updated on by , 7 comments

Facebook like time ago system in php

In this tutorial, we are going to learn how to make Facebook like time ago system in PHP. In my previous post we have learnt How to close a DIV container when clicking outside using Jquery, I know it’s kinda off topic, because in this topic we are going to learn to convert timestamp to time… Read More »

Resize Image Without Stretching in Codeigniter

Last updated on by , 3 comments

Resize Image Without Stretching in Codeigniter

By this article “resize an image without stretching in CodeIgniter” I’m going to show you the mathematics and logic of resizing an image to a different width and height without squeezing or stretching the original image. If the destination image contains a different aspect ratio than the source image, then the source image will be cropped… Read More »

Multi Level Nested Category System in Codeigniter and MySql

Last updated on by , 79 comments

Multi Level Nested Category System in Codeigniter and MySql

Hello, today we are going to discuss on multi level category system in CodeIgniter which is a very common and essential module or feature of any e-commerce websites or any website. Creating nested category system is not as easy as you think, but it is not impossible too. Here I am going to deliver full… Read More »

Track User’s Real IP Address

Last updated on by , 4 comments

Track User’s Real IP Address

Hello Readers! In this article, we are about to learn how you can capture your website visitor’s Real IP Address using PHP. First of all, we need to know what actually an IP address is? Track Real IP address of website visitors using PHP Following snippet of PHP code would help you to catch the visitor’s… Read More »