I\'m not sure if I\'m interpreting this wrong but please correct me if I am. I\'m using Code Igniter\'s Loader class to load an application \"package\". It is working fine for the most part. However,
I am writing a module for my website, that gives a breakdown of test results, I need to get someout put similar to this,
I\'m doing well with CodeIgniter. I can do SELECT statements on my MySQL database with no problems at all. But, now I\'m trying to do an INSERT statement.
I am learning how to use code igniter and following tutorials. As this is my first time to use MVC, I\'m having some trouble implementing the send function. I am doing a tutorial on how send a newslet
I\'m using Codeigniter to create a web site, and I tried to create a function to upload the entire directory via FTP to a remote host, but nothing is working
I am building an API using Codeigniter and MongoDB. I got some questions about how to \"model\" the mongoDB.
I am using Codeigniter Database Active Record (ODBC Driver). The application run well. But starting this day, there are error when trying to fetch data from Progress database (connected via odb开发者_
I\'m passing a large dataset into a MySQL table via PHP using insert commands and I\'m wondering if it\'s possible to insert approximately 1000 rows at a time via a query other than appending each val
hi i am using codeigniter , i use codeigniterform validation . i have a input called pric开发者_StackOverflow社区e
I am trying to have it so if I log on from 1 part of my site, it will log on to the other parts also.