Questions tagged as 'codeigniter'

1
answer

How to connect to AWS from codeigniter?

It turns out that I am creating web services to be able to consume them afterwards, the issue is that the database is in Amazon Web Services and apparently something prevents me from connecting to it. Download the zip from codeIgniter.com, un...
asked by 14.12.2016 / 00:47
2
answers

AJAX PHP pass select value to a codeigniter controller

I have a problem about which I am very confused. I have a dynamically generated selection box using a php query with codeigniter: <div class="form-group"> <select onchange="func(this.value)"> <option value="">Se...
asked by 05.01.2017 / 00:16
1
answer

How to get the length of a column in Codeigniter?

Hi, I'm working on Code Igniter from php and I need to multiply the number I send from the front with the total data in a column lenght it has the name id and is auto incretable. try this, from model: function InsertRegistro($...
asked by 01.02.2017 / 14:21
1
answer

htaccess does not work with Virtual host with Xampp

I have an error with the local server, it does not work with the .htaccess friendly urls, before I used mamp pro and did not ask for anything, now in ubuntu 16.04 I have mounted a server with XAMPP, for the friendly urls I had to mount VirtualHo...
asked by 02.09.2016 / 03:02
1
answer

Load two dependent combos at the same time from the database

Good I am trying to load two combos at the same time but like that you can not if I only show a combo there is no problem but the problem is when I load the two combos; Here is the code The users.php driver <?php defined('BASEPATH') OR...
asked by 18.08.2016 / 18:27
2
answers

Search engine with 2 fields filter ajax codeigniter 3?

I have a search engine that filters by a variable but I can not find the way to perform the search but I do it with 2 variables at the same time. This is my method that I use to filter by a single field "name_event" of the database "event", I...
asked by 19.05.2016 / 06:29
1
answer

Checkbox does not work on a page table

I have a CheckBox that does not work when I click on the other pages of my table, it does not send me the parameters. In my code I call the function in this way.     
asked by 18.04.2016 / 19:02
4
answers

Problem loading drivers from my website made with CodeIgniter

I am learning how to program dynamic websites with php using the framework codeigniter and I have a first dynamic web made on my PC (localhost) with some things (registration form, log in and sending emails from contact form) that I want to...
asked by 03.02.2016 / 17:49
0
answers

How to run a codeigniter driver in cron job with plesk panel?

I have a method in a controller within my site in codeigniter that extracts certain information from the database and sends it to me via email. First of all clarify that in order to access the site you need a username and password and I do no...
asked by 22.12.2018 / 22:51
2
answers

How to avoid erasing the form data when sending them in a POST?

Hello I have a form and I want to keep the information I capture in the inputs because when sending the information it is deleted and you have to be constantly filling in the inputs and I want to keep the information <form action="" met...
asked by 03.01.2019 / 00:12