Questions tagged as 'phpmyadmin'

1
answer

How to make a relationship with dependence of two tables in mysql?

Good morning, I have the doubt of how to make a relationship of two tables where: the column n_employed of the table entry_register can not be filled without that same data (number of identical worker) existing previously in the record table. th...
asked by 30.05.2016 / 04:56
2
answers

How do I get a Select with PDO in Php correctly

I'm trying to get a select from a database. Index Code <?php @$mostrar=$_POST["mostrar"]; if($mostrar){ $form=1; $mMatricula=$_POST[...
asked by 24.11.2018 / 07:10
1
answer

MySQL display results from id_cate sorted by id_subcate

Hello, how are you? I bother you with a question?. I decided to group products according to the subcategory (id_subcate) but when accessing the Category (id_cate) I start from the base, as well comments and made me realize @amenadiel,  ...
asked by 03.11.2018 / 15:11
2
answers

How do I verify a php variable is empty? Null [duplicated]

This would be the code, I need to know how to verify if the variable is empty or not. (comments where I need the verification) <?php include("coneccion.php"); /*************** SQL ******************/ @$buscar=$_POST["buscar"]; if...
asked by 30.10.2018 / 00:34
1
answer

REMAIN TIME AND SHOW TOTAL - MYSQL and PHP

I have the following question and you can not help me. I have this table in the BD, it is a record of assistances that keeps the time of entry to work, time of entry to lunch, lunch, work output. In the table there is stored data in...
asked by 29.09.2018 / 20:03
3
answers

Help with SQL query (several records in the same field)

I hope to explain myself well and that you can help me, thanks in advance, the situation is as follows: I am developing a system that diagnoses computer failures, which will work in the following way, the user will select several symptoms and...
asked by 06.11.2018 / 11:42
3
answers

Display data in a row of a table if 2 data match

I have a record of entry and exit of each worker (each one has an ID) where each of them only enters their user code and records their schedules, but it happens that sometimes they are forgotten. How can I display the data in the same row of a t...
asked by 20.09.2018 / 20:35
1
answer

Replace values of one table in relation to another?

Good afternoon group my query is the following I have these tables In the table books is the field lib_autor this field has a lot of records 3689 to be exact each one with its respective author (but these are repeated) and what I want is t...
asked by 09.09.2018 / 01:22
1
answer

Form html will not let me upload data to bdd in phoMyAdmin

I am working on an html form to send data by the POST method to a file vCurso.php but it does not let me enter the form data to the data bdd I get an error that You could not send the data. and look for error comparing with other files to v...
asked by 25.07.2018 / 16:22
1
answer

I can not access phpMyAdmin

I have installed Bitnami to install wordpress in local. The pages I edit are not loaded in my domain. From wordpress I can not change the url I want to work against. I guess I must configure in phpMyAdmin, but I can not get in. Should not the us...
asked by 13.06.2018 / 21:00