Top "Codeigniter" questions

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.

php error: The Encrypt library requires the Mcrypt extension in codeigniter

I have a login and sign up form and use the encrypt library to encrypt the password.. I am using …

php codeigniter encryption mcrypt
How to set cron job url for codeigniter?

I am using Codeigniter for my website. I have to use cron job to run one of controller function. I …

php codeigniter cron
How to close a jQuery fancybox from button click

I'm using fancy box to create a popup and load another page on it using an iframe. here is my …

javascript jquery ajax codeigniter fancybox
Codeigniter - dynamically getting relative/absolute path outside of application folder

I am attempting to have a temporary cache folder of sorts just outside of and at the same level as …

php codeigniter relative-path
codeigniter active record left join

I have 3 mysql tables. Table 1 user id | name Table 2 emails id | email Table 3 user_email user_id | email_id I …

php codeigniter activerecord left-join
codeigniter CSRF error: "The action you have requested is not allowed."

I enabled the csrf_protection option in codeigniter's config file, and used form_open() function to create my forms. But …

codeigniter runtime-error csrf
how to get ip address in codeigniter?

I am doing this following code for login attempt & i want get IP address of my local machine.. if ( !$…

php codeigniter ip-address
CodeIgniter PHP Framework - Need to get query string

I'm creating an e-commerce site using CodeIgniter. How should I get the query string? I am using a Saferpay payment …

php codeigniter frameworks
Codeigniter: fatal error call to undefined function mysqli_init()

I just changed my server and experience these errors below: Fatal error: Call to undefined function mysqli_init() in /home/…

php codeigniter mysqli
Convert string to ObjectID in MongoDB

I am developing an API using Codeigniter and MongoDB. In some parts of the database I have saved the ID …

codeigniter mongodb