CI MySQLI Stored Procedure with Last Insert ID as output
I am working with a very simple (or so I thought) process of passing a few inputs to a stored procedure, inserting a record, and then trying to get back the ID of that record that was inserted. I just...
View ArticleComment system not working.
Hello I'm working on a comment box system in which the current logged in user can comment on any desired post. So far I have not faced a problem in adding comments but what I'm having troubles with is...
View ArticleBest way to validate unique value on encrypted data?
Hello, What is the best way to validate unique value on encrypted data column(e.g. Phone number)? I found this thread ( https://forum.codeigniter.com/thread-67598.html ) But, I don't think it's correct...
View ArticleValidation valid_date min and max
valid_date could accepts more parameters with min and max values required to do not fail. Something like valid_date(m-d-Y,-100 year,-13 year): - date must have the valid format m-d-Y - date must be...
View ArticlePOST ARRAY MAX LIMIT PROBLEM
ar all, I have a problem in my project. I am sending post array with more than 1000 variables in an associative array. but on server I can receive only 1000 variables of this associated array. I found...
View ArticleDB structure for bundled products
Hi, I am having problem with desinging db structure for bundled products. In my website I sell subscription and other products for subscribers. Subscription has additional products in it included. I...
View ArticleChange gmail id for captcha
I have created captcha for a website. But unfortunately, I forgot this gmail account's password and can't recover it. Now I want to remove previous captcha and create it in another gmail account. What...
View ArticleInappropriate users
Not everyone is happy with us having a "wall of shame", highlighting the users with illegal, offensive or inappropriate posts (who then get purged). What do you think?
View ArticleLoad view in custom frame
Hello, I have one page frame based in codeingniter, and need to load other view here; this is scenario example: This is Controller code: PHP Code: <?php defined('BASEPATH') OR exit('No direct script...
View ArticleCommunityAuth and My_Model
I'm interested in using CommunityAuth, but am trying to figure out how it will integrate with MY_Model (https://github.com/avenirer/CodeIgniter-MY_Model) since CommunityAuth has a similarly named file...
View ArticleFacebook login
Hello guys, sorry for the question, which I have already tried immensely on google but I could not make it with any tutorial present. I would like to create a facebook login, but it seems that every...
View ArticlePDO Drivers
Hi, The documentation says that PDO DB Driver is support, however, the methods generally used in PDO connections don't seem to be anywhere in the files i.e. I would have expected to see code similar to...
View ArticleWhy is my ENVIRONMENT constant, "development" if my codeigniter app is online?
Why is my ENVIRONMENT constant, "development" if my codeigniter app is online, not on localhost? What is going on? How do I fix it?
View ArticleTLS version of Email Library
Ubuntu: 16.04 Apache: Apache/2.4.18 (Ubuntu) CI: 3.1.6 I am using the built in library Email function in CI. Just a question for anyone who might know... Is it TLS1.2? The emails are sent out...
View ArticleLooking for bids to convert my CI site
I am looking for someone to give me a bid on a full site conversion - upversion to CI 3 from CI 2. IF CI 4 comes out and it is stable - I will then want this same person to do the update from 3 to 4. I...
View Article[split] Bug in new form validation?
(01-13-2018, 09:47 AM)jlp Wrote: CodeIgniter 3.1.7 was released today, with some changes and some bug fixes. Changes: Updated the Cache, Email, Form Validation, Loader and Pagination libraries;...
View Articlebackup database problem
hi this is my controller : Code: public function backup_database(){ $data=[]; $oggi=date ("d-m-Y"); // Load the DB utility class $this->load->dbutil(); //...
View ArticleFree Lancer Needed
The website back-end (non-WordPress) was built using CodeIgnitor on an old, repurposed mySQL database. A person/team needs to work with mySQL and javascript to do the programmer. There are also server...
View ArticleCommunity Auth Token Name
I am using Codeigniter 3 and Community Auth. My login was working fine until I recently turned off CI CSRF due to AJAX issues and I am now using the tokens helper. All of my JQuery code references a...
View Articlepassing a string to a view
I have a function in my controller public function org_chart_management() { $this->load->dbutil(); $query = $this->db->query("SELECT * FROM employees"); //echo...
View Article