Create custom link url for users
I have a membership site where people can sign up for an account using their name, phone number and password of choice. The information entered during registration is stored in a MySQL database table...
View ArticleSearch filter using ajax
Hiii, I have developed shopping website. But while searching product i have filter that using ajax but stuck somehow ....please help me... here is my code.... Code: <div class="row"...
View Articlebase_url() returning ip instead of url in 3.1.3
I'm having a weird issue where base_url() is returning the IP address of the server instead of the actual URL. I have the site in a folder on the server, similar to another site that I have that's...
View Articlepriority of validation
I studying "Form Validation" while surfing the net. It's written by much Website as follows. Code: $this->form_validation->set_rules("email", "E-MAIL",...
View ArticleHow to format template?
Hi im new to codeigniter and im just wondering on how to format the data from a template. I can format data coming from a row_array result since i dont need to loop it but how can i format data coming...
View Article[Solved] Ajax pagination links triggers off canvas to open?
I am now using ajax for my codeigniter pagination but when I click on my pagination links It triggers the off canvas to open How can I prevent the off canvas to open when I click on my pagination...
View ArticleXML error: Invalid document end at line 1
Under PHP 7 XML-RPC no longer works. You will see this error. The two reasons: XML-RPC expects its data in $HTTP_RAW_POST_DATA, which isn't available in PHP 7 in CI_Xmlrpcs::parseRequest() find its...
View ArticleCSV Importing Advice
Hi, I'm looking for advice on the best way to import a CSV file. The file has the following fields: Code: FirstName, LastName, EmailAddress, Department, Role Everything is working except that it is...
View ArticleMongoCollection::update() Warning
Am Using Codeigniter with mongodb. I got this Following Erro when i update my code. A PHP Error was encountered Severity: Warning Message: MongoCollection::update(): The value of the 'w' option either...
View ArticleAre there any CodeIgniter developers for hire?
Hi everyone, I am looking for a CodeIgniter developer to work on a CRM type project, preferably in Canada, Quebec. I need someone with existing CRM experience, PHP, JS and SQL (for db). It would be to...
View ArticleUnsetting Session In Array
In my admin session i can unset the session like below PHP Code: <?phpclass Logout extends CI_Controller {public function __construct() {parent::__construct();}public function index()...
View ArticleWhere to store static array ?
Hello ! I have some static arrays i actually store in MY_controller cause i need them all the time. But more i progress in my last project and more i have big arrays to store (for example : countries...
View ArticleHow to integrate already designed html template
hello everyone, please i am new to codeigniter, i have being trying to integrate my html template into my codeigniter project, the home page works perfectly but i got access denied error on trying to...
View ArticleBug in postgre drivers..
Hi.. When setting up connect_timeout to postgres I noticed a bug that would cause an error.. Lines 132 to 138 of system\database\drivers\postgre\postgre_driver.php are as follows PHP Code: foreach...
View ArticleSVG Library for Codeigniter
Hello. Whether knows who library for converting of the text (string) in svg code on the fly. It is necessary to display the text as svg image in html code.
View Articleupdating on database with form validation
I have a form filled with inputs , wich i form validate them , i have a problem with two of them , 'matricule' and 'email' , in my callback function i set that if when of those tow exists in the table,...
View ArticleController / View Relationship
1 to 1 or 1 to many, is the question in short. I'm coming from an ASP.NET C# Web Forms environment where forms/pages that are related to a business function are kept in the same folder. Web Forms has...
View ArticleUsername required in Community Auth
Hi. For my application I need have username like required. Can I modify table "users" changing field username for not admitance nulls? If I modify it, that affects something that I must consider? Thanks.
View ArticleExpire Session When Not Active
I would like to ask on how to automatically expired user session when it's not active? I find out that CI never expire it's session and when I tried to make $config['sess_time_to_update'] lower than...
View Articleallow query string (?p=) to one directory only
Hello CI'ers, I'm trying to embed a forum app into a codeigniter page. The problem I am running into is that the app is producing tradition query string calls which CI is not allowing.. ie. I get a...
View Article