CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.
I have a login and sign up form and use the encrypt library to encrypt the password.. I am using …
php codeigniter encryption mcryptI am using Codeigniter for my website. I have to use cron job to run one of controller function. I …
php codeigniter cronI'm using fancy box to create a popup and load another page on it using an iframe. here is my …
javascript jquery ajax codeigniter fancyboxI am attempting to have a temporary cache folder of sorts just outside of and at the same level as …
php codeigniter relative-pathI 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-joinI enabled the csrf_protection option in codeigniter's config file, and used form_open() function to create my forms. But …
codeigniter runtime-error csrfI am doing this following code for login attempt & i want get IP address of my local machine.. if ( !$…
php codeigniter ip-addressI'm creating an e-commerce site using CodeIgniter. How should I get the query string? I am using a Saferpay payment …
php codeigniter frameworksI just changed my server and experience these errors below: Fatal error: Call to undefined function mysqli_init() in /home/…
php codeigniter mysqliI am developing an API using Codeigniter and MongoDB. In some parts of the database I have saved the ID …
codeigniter mongodb