Posts by Bruno • 1 point
4 posts
-
0
votes0
answers108
viewsQ: Load select mysql in specific column of datatables with Ajax
Good morning to all, I have a datatables with 4 columns. It serves to control the processing time of some routines. In the first 3 columns, I load the data from a table with name, description and…
-
0
votes0
answers37
viewsQ: Error loading dynamic modal combo with ajax and php
Good afternoon! When filling out a modal form, I use two combos, which are dynamically loaded. However, when I edit the record, the result of the second combo does not return and is empty. Could you…
-
0
votes0
answers63
viewsQ: AJAX+PHP+Phpexcel
good afternoon I am passing via ajax some fields of my modal to a PHP function. In this way, I run the query below in the PHP function to generate an Excel spreadsheet. the problem is that: I even…
-
0
votes0
answers77
viewsQ: Set value passthrough in $this->input->post in PHP
good night I have the method below that adds filled values of a modal public function ajax_add() { $this->_validate(); $data = array( 'owner' => $this->input->post('owner'), 'dpo' =>…