I read all the other answers related to that question, but none of them help. When I try to run the following setup either on my localhost or my production serv
I'm new to Codeigniter PHP framework. When I'm testing my application I get 'Unknown database db_name' error. I have browsed through several sites but didn't fo
Just want to ask if how can I use the INNER JOIN function on CodeIgniter 4? I'm trying to convert the SQL statement below to CodeIgniter 4 but since I'm just ne
CodeIgniter 4 has a handy solution for migrations and seeders. Without the usage of foreign keys, everything is working perfectly. But when I use foreign keys I
Dear all Iam getting this error on while run my app. Here below i attached the image file for the code that shows error {"data":[ ["omron","<span class=\
I have this code in my view: <input type="checkbox" name="test[]" value="1" <?php echo set_checkbox("test[]", "1") ?> >test1 <input type="chec
Remember this is codeigniter 4. I need help in here. I am learning to implement about the RestFul API in codeigniter 4. Below is my detail code. Routes : $route
by click of the button the same form is added under that form but how can i get the value of the number of times it getting printed &store it in table. How
I just want to deindex or remove the page ending with #!. It is a dynamic page which fetching data from database and rendering on two URLs example.com/detail/29
I have a accounting management project where I need to store some specific data to a new database. I am fetching a issue when I am going to create a new databas
this is what cmd said and I don't know how to fix this I saw similar cases like this in the stackoverflow but their suggestion didn't fix my problem I hope you
I have inherited a webapp using CodeIgniter I am trying to get it to run locally on my mac when I try to go to http://localhost ,i can see via the debug logs i
Using sessions we can achieve this, but need this without sessions or cookies. <?php class Employees extends CI_Controller { public f
I'm trying to upload a image to the database in codeigniter , but when I write $this->load->model('Upload_model');$id = $this->Upload_model->add_ima
For some reason I'm just getting emails to apple emails but gmail, Microsoft etc. I'm using my own smtp server with SSL, I checked SPF and there is no problems.
I am getting this error in codeigniter 3. I had tried most of the things but none of them worked. function money_format($num = 0, $pro = 2) { %n
i am new to codeigniter 4, i am currently building a registration form. when i submit reg form it give error of required fields even if i fill all fields with c
I want to create a LogController and Access it directly on other controller. I don't want to use Extends LogController as it is already extending something. If
I am working on the codeigniter tutorial but my assignment now says to add a boolean row named "importance" to the database and set one of the news articles to
I have to generate a pdf file for very large data set (more than 1M). Can anyone explain how to chunk those data set into smaller units and download all data in