How to get id from url parameter to url function codeigniter4 ...
How to get id from url parameter to url function codeigniter4 ...
I want to create export file date-range report using ci. views.php controller.php I've successfully show date range of all employee details. Ho ...
I have lowongan table that contains title, lokasi, and level_pekerja, and i have apply_job table that contains company_id, job_title, job_loc, and job ...
I need to create csv and then send it to mail as attachment. I am using headers which is getting me downloaded the csv file. and if I remove the below ...
I'm new to CodeIgniter and I installed the codeigniter4/shield authentication and authorization framework for CodeIgniter 4. I need the session data ...
I am creating a tabulation web app and displaying the score of candidates. I am trying to place these data in their correct value, but I'm failing to ...
This problem has lots of threads, still I haven't found one to fully resolve my issue. Many of the threads concern older versions of CodeIgniter, I cu ...
In below code, whenever I am adding below code with if conditions, i am getting error What is the issue above query ? I am getting below issue r ...
I tried to add 1 more column in my code, the column "itemid" to be used but I get strange error when I did everything how its supposed, the error mess ...
I am trying to display the values from database to excel sheet, the problem is that I am having an undefined offset error The problem starts here: C ...
I'm using codeigniter project (opensourcepos). I have done all configurations as said but there's an error.enter image description here Please help me ...
I've installed shield and have a created an admin route group. When I go to example.com/admin I get redirected to example.com/login instead of exampl ...
How can i declare a global array in constants.php? I want use an array of this form in a helper file. What is the better way? Thank you!! I see ...
An uncaught Exception was encountered Type: Error Message: Call to a member function num_rows() on bool Filename: C:\xampp\htdocs\sikan_v2\applicat ...
So I have written an Ajax call to download a file after clicking on download button so when I hit the API that I was using to get a file over CURL cal ...
Error Number: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to ...
This Not Blade, it's just a regular php file containing the inline-template of my vue component, so I have no access to the typical laravel/blade {!! ...
I've constructed two tables: one to list the services and another to link the service to each department. Table 1 contains the columns [s id,s name]. ...
What I want to do is let a user save an image and when they're accessing their accounts I want the image to display. What I'm currently doing is I ...
Here is my code. for this code i am getting below result Whenever i am passing event_id, it's not working fine. but when I am not passing event_ ...