PHP is a widely used, high-level, dynamic, object-oriented and interpreted scripting language primarily designed for server-side web development.
I am a beginner in Codeigniter and I saw a CI tutorial and was just trying to do a simple thing. I downloaded
Looking through codeigniter's source code, in its helper functions I keep seeing code $CI =& get_ins
I want error logging in PHP CodeIgniter. How do I enable error logging? I have some questions: What are al
Pretty often I need to access $config variables in views. I know I can pass them from controller to load->v
I am building a PHP application in CodeIgniter. CodeIgniter sends all requests to the main controller: index.p
I have a sql statement in my model, I then say $query = $this->db->query($sql, array(fields, fields1);
How do I remove the "index.php" sticking out in every path in codeigniter somewhere in the center? I want clea
I have these URLs: http://backend.domain.com/system/setting/edit/12 http://backend.domain.com/product/edit/1
I'm passing a large dataset into a MySQL table via PHP using insert commands and I'm wondering if it
Are there any options to get the last insert id of a new record in CodeIgniter? $last_id = $this->db->i
My current urls look like this [mysite]index.php/[rest of the slug]. I want to strip index.php from these urls
After the server PHP upgrade I am getting the following error with PHP Version 5.6.2 on Apache 2.0 A PHP Erro
I need to loop lot of arrays in different ways and display it in a page. The arrays are generated by a module
Quick question. Is there something similar to a phpinfo() - that would display the version for CodeIgniter?
I have a bunch of client point of sale (POS) systems that periodically send new sales data to one centralized
This is a question you can read everywhere on the web with various answers: $ext = end(explode('.',
I can find lots of information on how Long Polling works (For example, this, and this), but no simple examples
What's the best way to determine the first key in a possibly associative array? My first thought it to ju
I want to convert these types of values, '3', '2.34', '0.234343', etc. to a numb