going from json_decode to insert_batch
I am getting back a buffer from a chrome extension via xhr. I take the buffer and use json_decode. Here is an example of the buffer called $json after json_decode:...
View ArticleFatal error: Call to undefined function mssql_pconnect()
Hi, im upgrading a system (for my internship), it has multiple database connections, 2 uses mysql, and the other one is using mssql driver. but i encounter an error, i dont know how to fix. I googled...
View ArticleGet sum of price column
I try to get sum of my price column. But I got below error. Controller: PHP Code: <?phpdefined('BASEPATH') OR exit('No direct script access allowed');class Employee extends CI_Controller{ public...
View ArticleCan't login
I had download a project from live server. I am success fully run this project but I can't login in my application. Please someone help me.
View ArticleInformix not escape column and table name
Hi all, Is there any way to avoid escaping column and table names in Informix driver? For example, if I make an insert call with this params: PHP Code: $values = array( "field_1" => "value_1",...
View Article5 useful git commands
Really useful article https://www.netguru.co/codestories/5-git...ted-coding check that out, guys. Not only for beginners. Would you like to add sth?
View ArticleError 404 Does Not Get Page
I get the following error. All was well before the site was live, I even changed the url from localhost to my domain on the configuration file. I also set the url helper on the autoload file but still...
View ArticleCI + Angular 2-5
Hi, I have project which has 3 user types, each have its own panel. This question needs some knowledge about Angular also. I am asking it here to get from CI developers that faced same problems as me...
View ArticleAny good ORM library/ helper you guys can recommend?
So I've been working on a project already for around 4 months I guess and is almost done, however there is something I really need in almost any if not all of my controllers and I'm referring to...
View Articledatabase error
Error Number: 1146 Table 'myscopen_drhadyclinic.web_setting' doesn't exist SELECT * FROM `web_setting` Filename: helpers/lang_helper.php Line Number: 16 what is it?
View Articleneeded help for grinding query
Hello everybody, I have a script query that adds more columns to me. Now I want to let the sum of the $briefmarke_preis find out the actual ID. So if in the selection in the view the numbers enter 0.05...
View ArticleVirtual host
Hi, I am trying to setup CI4 to have a play about but I am having some serious issue. I have had a good look around on here and other sites to try to fix the virtual host bit to point to my public...
View ArticleLuthier-CI project: Improved routing + middleware for CodeIgniter 3 (new...
Hi! I want to share my recently rewritten project: it's called Luthier-CI. What is Luthier-CI? Luthier-CI is a CodeIgniter plugin that enables Laravel-like routing and introduces the concept of...
View ArticleSimple Form Post Not Working
I've been stuck here for hours and I can not seem to find the source. I have a simple login form. Code: <form method="post" class="m-t" role="form" action="<?php echo base_url();?>login/">...
View ArticleHow to connect MariaDB in S3(Amazon) server.
Hi, I'm using amazon s3 server and marianDB, the DB is not connect show the below error. A PHP Error was encountered Severity: Warning Message: mysqli::real_connect(): (HY000/2002): No such file or...
View Articlecustom helper function
Hi all, I have problem that, i am using custom helper function under controller class __construct() method. is it correct way to use that function is there ? PHP Code: public function __construct(){...
View Articlehow to get string before the second slash as a parameter??
I'm working on a project ... I want to have my institutions and get the string before second slash as a institution username for example: in this path: http://married.org/institution1/class/method/ I...
View ArticleLogin page not function after changing application environment.
Sorry to all, I have got an error after changing codeigniter environment from development to production. I have attached a screenshot. The following is the CI version. CI version 3.1.7,...
View ArticleYour favorite image processing package
I'm in the process of creating an image uploader that should be more or less like the WordPress image uploader. Beyond the front end, it will be necessary to have each uploaded image processed, and...
View Article