Upload matlab and mesh files
Hello, Being currently building an application to share Matlab and mesh files, ".m" and ".mail", I have problems uploading them to my server. I yet add two lines of command in the configuration file,...
View ArticleRanking Students and Get Positions
Good day sirs and mas. Please. How can one rank students that have scores in various subjects. Student A. English = 70, Maths= 87, History=57 Student B. English = 60, Maths= 67, History=58 Student C....
View ArticlePHP, Good Reads and more...
I like to read interesting articles about PHP, so I frequent the site phpnews.io which pulls interesting articles about PHP and programming from around the internet. Today there was an article about...
View ArticleLost session
Don't know if am the only one who witnessed this, the session is lost when a redirection occurs.
View Articlehelp newbie with query
It's a couple of weeks that I'm playing with CodeIgniter in my spare time, I like it, but I'm totally newbie so please .... be patient ! In my DB I have 2 tables 'authors' and 'songs' CREATE TABLE...
View ArticleLoad multiple models within same function of controller
I have getting below error when I try to load two model in one view.. A PHP Error was encountered Severity: Notice Message: Undefined variable: i_price Filename: item/edit.php Line Number: 75...
View ArticleLogin error
Hello everyone, I am using my application from a xampp server, but I can only login when I login from http: // localhost, I can not validate my user from http://127.0.0.1, http: //192.168.1.XX , in...
View ArticleRouting only default controller in new XAMPP server
Hello guys, I have recently moved my working code to a new machine (windows 10 xampp) and the routing stopped working.However, the default controller is working. Everything is the same and tried all...
View Articlev318 db parser bug (maybe, perhaps)
up to and including v312, i was able to use queries like the following PHP Code: SELECT ..... FROM .... WHERE (a.transdate >= "?") AND (p.prva_id>0) AND (p.prod_id=?) Today i made the quantum...
View ArticleCreating you own composer package
Hello CI Community! I am back with a new question. As we know, sometimes we code something repetitively. For example, I always have a registration module in my project. So I create a Model for the...
View ArticleHow to Integrate Ckeditor and KCFinder on Codeigniter Framework 3..?
How to Integrate Ckeditor and KCFinder on Codeigniter Framework 3. Please let me know. Thanks!
View Articlesecurimage and ci
hello, i am trying to integrate securimage with ci but i always get bool(false). moreover, $securimage->getCode(); throws // Message: Undefined index: code any help? thanks
View ArticleCodeIgniter 4 - Brazilian Portuguese (pt-BR) Language Localization
Hello everyone! I just translated the CodeIgniter 4 files into the Brazilian Portuguese language. Certainly some translations will have to be updated until the framework be released. But, right now,...
View ArticleCannot Pass More than two variable to view
Hello, I try to get total of price column in personal assets table. But I have below error.. A PHP Error was encountered Severity: Notice Message: Trying to get property of non-object Filename:...
View ArticleShare PHP Sessions across sub domains
I am trying to set up the following: Code: auth.domain.com sub1.domain.com sub2.domain.com where if the user visits sub1.domain.com or sub2.domain.com and they are not logged in, they get pushed over...
View ArticleValidation error messages below or beside fields
Hi CI community, I have a simple question, but I can't produce the answer however I tried to think of it. Here is my scenario: I have a registration form. So users fill it out. Now, if the validation...
View ArticleQuestion For SMS
How integration SMS APIs with codeigniter, The API am used as below :...
View Articlejavascript in Extension event not firing
I am trying to get the "week" input control working in my Extension popup.js file. Here is the def <label for="week">What week?</label> <input id="week" type="week" name="week"...
View Articleglobal_xss_clean
So I'm setting up a site using 3.1.8, I've set one up using CI 3.1.5 in the past, and I noticed that in the config it says global_xss_clean is deprecated. Is XSS cleaning going away in completely or...
View ArticleCodeIgniter 3.x.x Branch starting to show Depreciation Warnings using PHP 7.x.x
This is just a heads up. CodeIgniter 3.1.8 .system/core/Security.php LINE 633: PHP Code: // Unfortunately, none of the following PRNGs is guaranteed to exist ...if (defined('MCRYPT_DEV_URANDOM')...
View Article