Hello developer fellows, in this article, we are going to learn how you can install IonCube Loader in Localhost. Installing an IonCube PHP extension can be quite hard for beginners, but it is not impossible of course. In this topic, I’m going to guide you step by step to install IonCube locally. First of all,… Read More »
Facebook like time ago system in php
Last updated on by Paritosh Pandey , 7 comments
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 Paritosh Pandey , 3 comments
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 Paritosh Pandey , 79 comments
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 »