Questions tagged as 'phpmyadmin'

1
answer

Update with a from [closed]

I'd like to know what I'm doing wrong in my SQL query update tabla_c set tabla_c.precio = tabla_c.precio * talba_b.porcentaje FROM cat_marca as tabla_c inner join cat_concepto as tabla_a on tabla_c.id_concepto = tabla_a.id_co...
asked by 16.11.2018 / 19:02
0
answers

how to graph data from a survey in php and also get the percentage

<div class="col-md-6"> <?php include('conexion.php'); $con=mysqli_query($mysqli,"SELECT u.id_subcategoria,u.id_categoria,d.id_pregunta,d.nombre,r.resultado FROM sub_categorias u,preguntas d,resultados r WHERE d.id_subcategoria = u.id_...
asked by 16.11.2018 / 20:23
1
answer

Query about PHPMAILER and problems with PHP arming

$(function(){ $("#btnSubmit").on("click", function(e){ var errorMessage = $(".errorMessage"); var validMessage = $(".validMessage"); var hasError = false; var hasvalid = true; $(".inputValidation").each(function(){...
asked by 16.11.2018 / 00:49
0
answers

Selecting a single data from the database with a drop-down list

I need help porfa, my situation is this: I have a database with more than 1000 stored chemical data, and until now and managed to put the names of these chemicals in a drop-down list, through php, but these data I want to show it in a table, I m...
asked by 18.11.2018 / 00:16
0
answers

Convert XML file to PDF using the TCPDF library in PHP

Friends I have a question, how could I generate a PDF file from an XML file using PHP? Will someone have an example of how to carry it out?     
asked by 14.11.2018 / 01:21
1
answer

Export data from a query to CSV from Phpmyadmin my

I need to download reports from my host's database. The query brings me more than 5000 data but at the time of export it does not bring all the data, so I have to filter and bring a few data and then join them to create a report Is there a way t...
asked by 13.11.2018 / 17:19
1
answer

Armed form phpmailer

I'm wanting to put together a form for a site using PHPMAILER. I'm trying to do tests with my own Email but I'm not getting the messages coming to me nor are the verification fields working for me. This is the test site . On the other hand I...
asked by 15.11.2018 / 01:55
0
answers

How to put in vertical 3 and horizontal 2 with boostrap, php and connected with mysql

Good evening I have a question about PHP with connection with MYSQL , I'm trying that when I call the database MYSQL , I get the data that I have registered but the structure of the frontend is displayed 3x2 and that's why I m...
asked by 15.11.2018 / 06:22
0
answers

Rescue data data in phpmyadmin to receive them in a form

I'm doing a small application where I see an index that contains the data of books previously stored in phpmyadmin. I do not know how to do so that in each section I take the data stored in the phpmyadmin table. That is to say that for example I...
asked by 14.11.2018 / 14:02
1
answer

How to generate a message after completing a form correctly

Hi, I wanted to know how I can do so that when a user completes the form correctly, it generates a sending message without having to generate an extra page of sending. The idea that I had was that once the form was completed and the form disappe...
asked by 13.11.2018 / 00:48