Cart discount library example
Hi, i have been using codeigniter cart for handling online shop site. I store multiple item into the cart. But i have a problem when the item has discount to reduce the amount total of the cart. I...
View Article[Solved] Unable to get data ajax using get
I am unable to get any data when I echo json What I am trying to do is when use selects a image it will upload it and then display files beloing to that question_code The upload ajax part works fine...
View ArticleMySQL, Querybuilder, Controller problems... ERR 2014
Hello everyone, I'm new to CI and haven't been into php for quite a while and now I'm stuck and don't get it to run. Tought it'd be an easy task, so in short: Using a controller "Suppliers" which has a...
View ArticleSessions not working on php 7.1.3
Hello I'm having a hard time getting CI sessions to work with one of my installs. My development machine has php 7.1 installed (windows) with the latest version of CI (3.1.3) and it runs just fine....
View ArticleCodeigniter Cross Script Request Forgery and CRUD libraries
Dear, so while learning CodeIgniter i noticed that the CSRF is an interesing features, but all the libraires i have found like Grocery CRUD have trouble with this functionality. is there somewhere a...
View Article[split] Community Auth - session variables?
How to add session variables so that i can retrieve it in any of my views?
View ArticleHow to Config CI3 Connect Sql Server 2014
How to Config CI3 Connect Sql Server 2014 please help me sorry for my English of me 1.jpg (Size: 98.8 KB / Downloads: 0) 2.jpg (Size: 177.79 KB / Downloads: 0) 3.jpg (Size: 42.81 KB /...
View ArticleCodeIgniter 3.1.4 released
CodeIgniter 3.1.4 was released today, with some security and bug fixes. Security: Fixed byte-safety handling in the encryption code, and a header injection. Bug fixes: for the Database, Input, Loader,...
View ArticleDeploying Codeigniter
I am a hobbyist. My living doesn't depend on Codeigniter but my fun does! I have a shared hosting account and I run several static websites as folders off public_html. My question is: Can I deploy my...
View ArticleYou can no longer PM me. (w/ forum functionality complaint)
In general, I'm not opposed to receiving PMs, but every single one I've recieved in the last few months is a waste of my time. I type out a response, and it never fails that the other person has not...
View ArticlePaypal monthly payment and affiliated users payment
Hello all, In my php/codeigniter products store application I have PayPal Express Checkout implemented, when user selects some products and makes purchase and payment for it. 1)Also I made...
View ArticleIs there an official Docker image for CodeIgniter?
Is there an official Docker image for CodeIgniter? I see there are some community contributed ones, not sure if there is an official one.
View ArticleHandling non exsisting record mysql
Hi all Ive done this code to handle a query that could give nothing if record dosnt exsist. Code: function get_user_data() { $user_id = $this->auth->get_user_id();...
View ArticleDatabase session table - IDs
Hi folks, I'm using CI 3.0.6 with database session. I got these records: I'm wondering here... Why having 3 records with the same IP and timestamp, but different IDs? Also, different data sizes... * *...
View ArticleIntegrate third party library like unirest.io/php.html
How to integrate in codeigniter 3 third party library like http://unirest.io/php.html without using composer thank you
View ArticleWant a Codeigniter Query
file1.jpg (Size: 105.9 KB / Downloads: 16) file2.jpg (Size: 174.15 KB / Downloads: 23) I have an issue in connecting the data in my current project, Please look in the details in file attached.
View ArticleSession start is deleting my data
in order to add an item to the session I am using session()->start(); and then session()->set('foo', 'bar'); and the data is stored in the db but when I what to read the session items when I do...
View ArticleCodeIgniter has some error logging functions built in.
As the title. I have problem in logging funtions here. Please help me.
View ArticleExact location of CI files
Hi Everyone, I've been using CI for a few months and have a couple projects up and running. However, I'm not sure I performed the installation exactly as the manual says for optimum security....I'm now...
View ArticleForm Submission Breaking
http://stackoverflow.com/questions/42962...1_42962041 Long story short, I inherited an application build on this platform and for the life of me I cannot figure out why this is not working. I am...
View Article