Questions tagged as 'codeigniter'

2
answers

Problems with JSON on the server

Hello I'm having problems with JSON when I upload it to the server .. Example of one of my code that uses JSON : $("input[name=people]").keyup(function(){ if($(this).val() != ''){ $.ajax({...
asked by 08.05.2016 / 01:33
1
answer

Capture email data

Good evening. I need some help, I'll try to be as clear as I can. I'm developing an application called, I want to let staff open calls by email, how can I capture this data from the body of the email? For example: I send an email with t...
asked by 27.08.2015 / 02:01
1
answer

Model_Close - Custom Code

Gentlemen, I have the following PHP code: # Fechamento Chamada public function fechamentoChamada($data_inicial = null, $data_final = null, $idCliente = null, $idFuncionario = null, $view = null, $tipo_chamada = null){ ////// ?view=&tip...
asked by 26.06.2015 / 19:07
1
answer

How to convert to Database and check if a date is valid

How do I convert to YYYY-mm-dd and check if a date passed by a user via POST method is valid for my application?     
asked by 14.05.2015 / 03:51
1
answer

url redirection

Well, it's been a few days since I've encountered some problems in a task. What I need to do is: Verify that the url is in the right format, and if it is not, redirect to the correct url. In the other urls I did I had no problems, but this one I...
asked by 06.04.2015 / 21:44
1
answer

Validation in several input file with JS

I have a JS code for validation of form attachments and I'm trying to call the function once for all fields with the same class="" The problem is that it only works with the first view the same field in the others views does not go throug...
asked by 20.04.2015 / 16:13
1
answer

Codeigniter: retrieve array values out of loop

I have a problem storing the array values in the code below: public function get_submenu() { $query = $this->db->get_where('categories', array('category_id_parent' => 0)); foreach ($query->result() as $row): $cat_i...
asked by 03.07.2014 / 10:50
2
answers

Activation e-mail [closed]

I have a user registry which sends the completed data by email correctly. Now I wanted a link that goes together by email for user activation. Only after clicking the link would the user be properly recognized by the system. How could I do...
asked by 03.08.2014 / 23:25
1
answer

Using Codeigniter inside Wordpress

I'm working on a blog in which within a specific page it has an iframe that points into the server itself, calling a folder containing CodeIgniter running. Until a few days everything worked, this on the old server. I had to switch servers an...
asked by 03.06.2014 / 20:43
1
answer

foreach selective two tables

Please help me, I'm a beginner. Well, I'm with a site with codeigniter, it's showing my recipes perfectly on: <?php foreach ($receitas as $receita) :?> Now I want to create a loop that only shows recipes that are in favorites, whic...
asked by 18.12.2018 / 14:42