CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.
I have a bunch of client point of sale (POS) systems that periodically send new sales data to one centralized …
php codeigniter memory xml-rpc memory-limitI have an insert query (active record style) used to insert the form fields into a MySQL table. I want …
mysql codeigniterMy current urls look like this [mysite]index.php/[rest of the slug]. I want to strip index.php from …
php .htaccess codeigniter apache2Can anyone tell me why my redirect helper does not work the way I'd expect it to? I'm trying to …
php codeigniter redirect urlhelperI am having a problem with PHP at the moment, I am getting this error, Object of class stdClass could …
php codeigniter object stdclassIn my web application using codeigniter. I am trying to use base_url() function but it shows empty results. I …
php codeigniter<?php class Email extends Controller { function Email() { parent::Controller(); $this->load->library('email'); } function index() { $config['protocol'] = …
php codeigniter email smtpI have a very small script to get all records from a database table, the code is below. $query = $this-&…
php codeigniter select activerecord sql-order-byI have a sql statement in my model, I then say $query = $this->db->query($sql, array(fields, …
php sql codeigniterI have been using CI just fine using the MySQL driver. I want to use the MySQL driver instead, but …
php mysql codeigniter connection mysqli