Questions tagged as 'codeigniter'

1
answer

Problems with NGINX and PHP

Hi, I'm working on a personal project, the subject is the following, the application itself is mounted in NodeJS by topics that I need to use Socket.io and the application connects with API REST in PHP CodeIgniter...
asked by 10.08.2016 / 22:11
0
answers

Implement different types of discounts to Products - PHP

how are you? I'm doing a PHP shop with CodeIgniter and I have a problem with the following: I want my products to receive 2 types of discounts: a discount% of the total price or a fixed amount. To achieve this, I thought of something like this:...
asked by 09.08.2016 / 20:39
1
answer

CodeIgniter PHP 404 not found

I have created a PHP record, to save the data of an HTML form, in a database. When I hit the save button I get "The page you requested was not found", I have no idea why. class Home extends CI_Controller { public function index() { // L...
asked by 02.08.2016 / 23:38
3
answers

I can not insert in BD with CodeIgniter

I have a view with a Modal PopUp form when the accept button is executed, it does not insert in the database or mark any error, I hope you can help me. VIEW: <!-- Modal (PopUp registro de nuevo cliente) --> <div class="modal fa...
asked by 25.05.2016 / 02:21
4
answers

Variable Error CodeIgniter

I'm working on Codeigniter and I have a variable error. I am newly familiar with this framework and well the code is as follows: Controller: public function Todo(){ $new_id = $this->input->post('id'); $this->load->mo...
asked by 15.12.2016 / 21:59
1
answer

Query determined by SQL ID

I have a question that I am asking, the fact is that I am very bad at doing it. My table: payments_credit With its columns: credit_pay_id, contract_id, acquisition_date, credit_credit. I try to get the LAST "id_pagos_credito" from my "cont...
asked by 07.04.2018 / 08:21
1
answer

How to use data from a Codeigniter session

Hello, I have the following code where I log in and I save the data in Array . I want to know what is the way to get data in a view. function check_database($pwd){ $username = $this->input->post('username'); $result = $this...
asked by 05.06.2018 / 23:02
1
answer

Send checkbox as fix in ajax and process it codeigniter

My problem is that when sending the array with the selected checkboxes, the empty variable is received in my controller. For example, I have: <input type='checkbox' name='valores[]' value='1' /> <input type='checkbox' name='valores[]'...
asked by 01.12.2016 / 19:07
1
answer

Does not load the css in the hosting

I have a project hosted on a server, I have downloaded a boostrap template, to the welcome.php file of CodeIgniter I indicate the path of the .html file public function index() { $this->load->view('/design/index.html'); }...
asked by 15.05.2018 / 08:29
2
answers

How do I host my website in a hosting service? [closed]

I have my website (html5, css3, js, php, codeigniter). I am a beginner student in this area of web development and I would like to know how it is possible to host my website to a free hosting service. I would be grateful for free hosting serv...
asked by 20.02.2016 / 01:53