Threading integration in codeigniter ver 3.1 and php ver >=5.6 not working
Hello Everyone could anyone help me for the below. I am trying create on library class which has do some curl call using my model method. see below code snippet- PHP Code: class CI_Multi_thread extends...
View ArticleResource Controller and scafoldings
Resource Controllers are controllers that are templated to have basic REST Verbs in the methods, such as Index, Update, Delete, Create, etc. Refer to Laravel Resource controllers. C#.Net uses...
View ArticleCI v2.1.2 to v3.1.5 Upgrade Problems
I am trying to get a developer to upgrade our current CI application that was abandoned from v2.1.2 to v3.1.5. I am the front-end developer and owner of the application. The developer is not the...
View ArticleRückgabeabfrage und noch einige fragen
Hallo, ich habe da ein paar fragen und hoffe ihr könnt mir da weiter helfen. In meiner alten Version habe ich so eine abfrage gemacht. PHP Code: $sql = "SELECT...
View Articlecodeiginter encrypt and decrypt producing new value after each refresh
Sir, I am using codeiginter 3.1.5 in MAMP Pro. I have used encrypt library to encrypt the data and send in the url. When I try to decrypt is not decrypting to the actual value. Each time when I refresh...
View ArticleRedirect Notice
When a password reactivation e-mail is send to outlook, I am able to click and the password is activated. However, when a gmail user receives the same activation email and clicks on activate, he/she...
View ArticleSimple Acl
hi , when an user log into my site a set 2 session variable : $_SESSION['user_id] and $_SESSION['role_id'] to redirect every view if the user aren't logged i try to insert an if in the construct :...
View ArticleUser account activation link
On clicking the account activation link on the gmail, the links opens in https instead of http as shown below. https://www.google.com/url?...
View ArticleCodeIgniter bests should stay as they are vs Laravel
First I learnt CodeIgniter, built project on it. Then took Laravel for studying, built another project on Laravel this time. I just wanna share my thoughts about CodeIgniter vs Laravel, especially...
View ArticleHow do I force https on live site, but not on local
Hi there, I have a site which requires the user to always use https but I don't want this to happen in my local development version as getting SSL to work locally has been a real hassle. What would you...
View ArticleFREE - Create a PHP and Ajax Login/Registration System
You have 7 days left to register for this course, Get It NOW! Create a PHP and Ajax Login/Registration System
View ArticleApcu Missing in Codeigniter 3.x Download Package
Hi All, I have noticed that PHP APCu cache driver is available on Github repository but not available on Downloaded Package nor in User Guide. Is this still in developement? And is it safe to download...
View ArticleAuto redirect to root folder
When I connect on below link, website will auto redirect to new url: Code: http://localhost:8888/ci4/public/admin redirect to http://localhost:8888/admin http://localhost:8888/ci4/public/admin/...
View ArticleGROUP_CONCAT question
Hello, I have a question there and I have a problem with the "GROUP_CONCAT". In my old code, this should merge the Rare names. That is how it should look Unbenannt.png (Size: 17.8 KB / Downloads: 7)...
View ArticleFlashdata with Sweetalert2
Hi All, I have problem when I try to combine flashdata with Sweetalert2, Controller : PHP Code: public function social_settings_pro() { $disable_social_login =...
View ArticleAll links give a 500 Error after uploading to hoster.
Hi folks! My first webste, using Code Igniter, works PERFECT on my localhost. BUT: Each and every link (internal) gives a 500 Internal Server Error if I upload the site to my hoster. mod rewrite...
View ArticleIs input->post meant to strip tabs?
I have a textarea field that allows the user to insert tabs. I need to preserve those tabs as part of the processing of the textarea data, but I noticed they don't seem to make it through the call to...
View ArticleDownload Excel works once with post many times with get
I find that downloading excel sheets using PHPExcel works once when using post. Then I have to reload the page. Whereas with a get url I can download the file multiple times, without reloading. I...
View ArticleDisplaying chart
Not able to display the chart in view. Below is model view controller. thanks in advance for any help. Controller: <?php defined('BASEPATH') OR exit('No direct script access allowed'); class...
View ArticleAll users with the same ip address, why?
Hi guys, I do not know why, I can not understand it at all since I did not make such strange changes to my script ... but ... I find that every visitor, so every one of my users has the same IP...
View Article