Questions tagged as 'codeigniter-3'

1
answer

Problem when using a session variable of php codeigniter in a js file

As I put it in the question, how can I do to use a codeigniter session variable to a js file? Now, there are certain things that should be known; The first thing is: The session variables are in a file And where I want to use them is anoth...
asked by 16.10.2018 / 17:25
0
answers

Get different data with same ID in CodeIgniter with a single Query

Let's say that I have a system of categories, tags and images where when creating a post, it is sent to my table of relations: id, post_id, term_id, file_id, status, type. Obviously when there is a value in the term_id, the type is basical...
asked by 30.09.2018 / 14:43
1
answer

I have a problem with the login in codeigniter at the time of login,

I have this problem I have already prepared but when I enter the login I fill in the spaces and to enter at the moment of entering administrator mode, it returns me to the same start ... Here I enclose my login driver <?php defined('B...
asked by 27.09.2018 / 00:57
0
answers

insert codeigniter

Hi, I want to insert it in my db but for some reason I can not see the error. <!DOCTYPE html> <html> <head> <title>x</title> </head> <body> <form action="<?= base_url('PeliculasControlle...
asked by 21.09.2018 / 22:08
1
answer

Error uploading data to DB in CodeIgniter

Basically I have the following in my controller: $title_input = strip_tags($this->input->post('title')); $slug = str_replace(' ', '-', $title_input); $slug = strtolower($slug); if($title_input != ''){ $data = arr...
asked by 17.09.2018 / 08:31
0
answers

How to make a dynamic url in Codeigniter?

I'm making a sale that inserts and updates me in my database, but when I want to delete one of those records I do not know how to do it so I can identify the function to go to the DELETE of my driver Control I have this from the side of the...
asked by 31.08.2018 / 00:09
0
answers

Friendship requests system in CodeIgniter

FIRST THAT NOTHING, THIS QUESTION WILL BE LONG; beforehand, thank you very much for going over and taking your time to read the question. I've been working on a friend request system like Facebook on CodeIgniter, the problem I'm having is tha...
asked by 10.09.2018 / 02:54
2
answers

Error sending data by ajax to the controller

My function called register does not send the data to the controller even though everything is fine, it only returns error, but how is it possible? if in the condition I say, if the field is empty I return error, but it is not empty I should ret...
asked by 27.08.2018 / 18:32
0
answers

I have problems with codeigniter and its api rest

I would like you to give me a possible solution regarding what is mentioned in the image, because I have been looking for documentation and I have not found anything. If that were the case, I would appreciate it very much.     
asked by 22.08.2018 / 05:08
0
answers

Session Codeigniter

I have two codeigniter applications, one is a portal that has a login and creates the user session, the other is an application developed later but you must use the session already created in the portal, but when I go to access the data of the s...
asked by 02.08.2018 / 14:48