Questions tagged as 'phpmyadmin'

1
answer

How can I get the data of a query in a PDF file?

Greetings, I am trying to obtain the data generated by a query in the PDF file, I do not know how to do it, that is why I request the help here, I would like the data that the query gives me when I click on the PDF button, open the PDF file w...
asked by 23.08.2017 / 03:36
1
answer

Could you help me find the error ?, marks me sql error [closed]

/** * Descripcion: metodo para buscar un producto Recibe: recibe un objheto de * tipo producto Devuelve: un registro de tipo producto */ public static Almacen buscarAlmacen(Almacen almac) { ResultSet rs; Usuari...
asked by 19.08.2017 / 03:37
2
answers

Search through two inputs in the same form

I'm trying to do a multiple query, using two inputs in a single form but the moment I hit enter it brings me everything from the database regardless of the type of que buscas? or en donde? . The code of my search i...
asked by 22.05.2017 / 03:12
1
answer

Extract two fields from a SQL table with JOIN in PHP

The problem is this, I want to get 2 fields out of a table. This is the part of the page that should show the results. Here is the code for that part: <div class="panel panel-info"> <div class="panel-heading text-center...
asked by 30.05.2017 / 04:09
0
answers

SQL - Create a match matrix

Good afternoon, This question would be the next step to the question asked in " Doubt in complex grouping sql " and that a solution was already obtained. I summarize it and indicate the new question. I have a table with tickets like this,...
asked by 10.04.2017 / 16:16
1
answer

Problem with mysqli and php, just save me a data

What happens is that I have the following code in which I keep only 1 record in the database, after that I get "registration error" that I indicate that it would leave in case the data is not saved correctly. The strange thing is that if I delet...
asked by 27.02.2017 / 21:47
2
answers

Filter by date PHP and MySQL

Good morning to everyone. I am trying to do a Select by filtering only by date in a DB with MySQL, in timestamp column format, where data with this format is inserted ('Y-m-d H: i: s'). The dates I receive from this form: Fil...
asked by 26.10.2016 / 10:15
0
answers

MySQL database problem

I am entering my Cpanel and when I enter MySQL, I get an error like this    Error while connecting to MySQL: (XID sdgzwf) Database Connect Error: Can not connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Error while...
asked by 15.10.2016 / 00:26
2
answers

Error [false] when making a query (MySQL - PHP - PHPMyAdmin)

my query is at the end. <?php $usu = $_REQUEST["usu"]; $con = $_REQUEST["con"]; $conexion = mysqli_connect("localhost","root","mysql","android"); $res = mysqli_query($conexion, "select * from profesor where usuario='$usu' and contra...
asked by 08.11.2016 / 23:24
2
answers

Error changing database symfony2.7

I am creating a project of Symfony 2.7 and I would like to change the document parameters.yml to another host address. My problem is this: I have worked on a local host with Xampp and, now, I need to link it to an online...
asked by 08.02.2016 / 11:25