Codeigniter

How to add automatic base URL in Codeigniter?

How to add automatic base URL in Codeigniter?

Are you tired of changing script path each time you more your script into different locations. Here is a trick, so that you can automatically...

How to get last insert id from Database in Codeigniter?

How to get last insert id from Database in Codeigniter?

In this Codeigniter Tutorial, I will let you know how to get last insert id from the table. Sometimes, You have to work on relational...

How to remove index.php from Codeigniter URL

How to remove index.php from Codeigniter URL

Codeigniter, a modern PHP framework with MVC approach comes with many inbuilt features including custom Routes configuration. In every Codeigniter application there is index.php in...

How to use Google reCAPTCHA in Codeigniter form?

How to use Google reCAPTCHA in Codeigniter form?

Captcha is use to prevent bots and spam while submitting online forms.  reCAPTCHA is a free service by Google that protects your website from spam...

RESTful API using Codeigniter

RESTful API using Codeigniter

REST stands for Representational State Transfer is this a way to communicate to computers over HTTP protocol like browser to servers Sharing data between two...

The Webography