just need your help with my code. My question is how can I get the table header from the previous page and access it on the remaining pages? If I have a large d
I use CodeIgniter (v3.1.11) for my webapp and files as session_driver. The session library is autoloaded and configured like this $config['sess_driver']
I have implemented the following like/dislike code inspired by Code with AWA. EDIT I'm using CodeIgniter now if that changes anything. I have updated my questio
I am trying to use CodeIgniter 4 crud function findAll and I am getting the error Argument 1 passed to CodeIgniter\Database\BaseResult::getResult() as shown be
I'm in a site and I would call an API that is in another site. So I build a curl $url = ........ $curl_data = array('name'=>$name); $ch = curl_init(); cur
I am using jqxgrid in codeigniter to display records from mysql database. while displaying the data, I made a column named 'action' that contains edit a tag to
This is the error that i am getting. Please make sure the controller specified in your Routes.php file is valid. Let me explain this. In my application i
how do i edit my records?i keep getting to wrong pages.. thanks in advance really need help i based my code in my delete function i got from yesterday but i hav
I am developing an app using CodeIgniter and I have deployed this app on a linux server, the issues I am facing is this error ERROR - 2022-01-06 11:48:16 -->
Database inlcude Groups like Arts,Science and IT.By Choosing one Group Second Dynamic Dropdown appear which will show the Subjects Related to Group. This is my