How toremove index.php from Codeigniter URL ?

Remove index.php from URL in Codeigniter

If you are using Codeigniter you are noticed that by default index.php will be included with your URL. We should remove index php codeigniter because its very ugly to have it in all the urls. So lets see how to from url in Codeigniter from Servers separately I will tell … Read more

How to Implement Memcached in PHP CodeIgniter

Memcached in Codeigniter

In this post I would to share how to install memcached caching system in amazon ec2 cloud server and access it via php codeigniter framework. We can store any data like plain text, json, array & html contents into the server memory. Stored can be accessible by using . About … Read more

Facebook Wall Script 4.0 with PHP Codeigniter MVC Framework

Facebook Wall Script - Codeigniter MVC Framework

Previously I had published Facebook Wall Script 3.0 with normal PHP. After that people are asking me to develop wall script in MVC framework. So I choosed one of the popular PHP framework among web developers called Codeigniter (CodeIgniter). Why Codeigniter Wall Script? You prefer nearly zero configuration. Security SEO friendly Url Exceptional performance. … Read more

Codeigniter Tips and Tricks

Hi friends, Codeigniter is my all time favorite php framework in my life. So here I want to share few codeigniter tips and tricks to you. feel free to ask any doubts about this tips. CodeIgniter is very easy me to install. It requires PHP version 4.3.2 or newer and … Read more

How to execute cron job in codeigniter using PHP

Introduction to Cron jobs in Codeigniter Codeigniter runs based on the front controller pattern where all the requests are routed using the index.php file. So if we want to execute any code on codeigniter application, we have to go through this routing procedure. Consider a situation where we want to … Read more

Useful Codeigniter Tutorials and Resources – Part I

CodeIgniter is a powerful framework that lets you create web apps very simply and elegantly. It’s an open source PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. Cool, that sounds great, so how do you get … Read more