Questions tagged as 'mysql'

0
answers

Form with database

I'm a bit of a rookie in this, what I'm trying to do is a form with several forms inside and connect it to a database in php, the problem is that if I create a new record in the database but I do not save the entered data. I have the code a litt...
asked by 01.06.2018 / 09:03
1
answer

Upload of codeigniter files

This is the view: <div class="row"> <?php echo form_open_multipart(base_url('profile/edit/'.$averias_detail['id'])); ?> <div class="col-md-6"> <div class="box"> <div class="box-header with-border">...
asked by 04.06.2018 / 14:39
0
answers

I can not bring mysql information in form with flask

Hello everyone my question is because I can not bring information from the mysql database .. I have a form in html I am using flask and I put a value in the input and by pressing "enter"  I need you to fill in the other controls with the related...
asked by 29.05.2018 / 12:39
0
answers

Generate Carousel through Angularjs + Mysql + PHP + Bootstrap

I ask your help to solve the following ... I'm doing a carousel with AngularJs, where I get the images from the bd, it does it well when it's just an image but when it's two or more it does not work anymore .. I would have to be a div active but...
asked by 28.05.2018 / 04:21
2
answers

How to use array_diff with iteration using 2 querys

I'm trying to find with array_diff the values (strings) that are not present between two resulting array of mysql queries using mysql_fetch_assoc to create each array. Query 1 <?php mysql_select_db($database_conn, $conn); $query_est_list...
asked by 31.05.2018 / 19:41
1
answer

Problem when inserting data in MySQL table with PHP

Hello friends I have a problem and I can not insert data in a mysql table, although I already used the same code in another project, I do not understand where the error is because it just does not throw me any error when sending the form. I've b...
asked by 31.05.2018 / 19:08
1
answer

Send checkbox value to a database and an icon to a table

My question is when doing the checkbox, everything is fine, these checkboxes are in addcliente.php: <input type="hidden" name="Cl" value="0"> <input type="checkbox" name="Cl" value="1" /> <label> &nbsp; Cliente </la...
asked by 31.05.2018 / 19:00
1
answer

The data is not updated in my BD

I try to update my data by checking several checkboxes and it tells me that the insertion was done but when I see my database has not been updated, here is the extract of my code <div class="table-responsive"> <form action="ch...
asked by 31.05.2018 / 19:45
0
answers

Save data in BD with synfony and Javascript

I have some doubts when it comes to saving in my database. I have a dynamic table to which I add the rows that I want and I put some data. I am using symfony to save the data in the database, but at the time of doing the submit it only saves...
asked by 29.05.2018 / 07:48
0
answers

how to edit data stored in a MYSQL database through c ++

this is the code I have system("cls"); char sentencia[] = "SELECT * FROM c_alumnos WHERE Carnet=\'%s\'"; MYSQL_RES *res; MYSQL_ROW row; std::cout<<"EDITAR DATO ALUMNO"<<std::endl; std::cout<<"Ingrese Carnet...
asked by 27.05.2018 / 05:14