Questions tagged as 'mysql'

0
answers

Change wp_query in the detail pages of each project depending on the option selected in the projects page

In the projects page, where all the projects are, there is an option (select option) to sort alphabetically and another to sort chronologically. When going to the detail of each project has a link to the project to follow and another link to the...
asked by 25.06.2017 / 19:18
1
answer

Problems with insertion into two MySQL PHP tables

I'm trying to do an INSERT on two tables, first I need to enter the vehicle information on the 'vehicle_table' table and I need to insert the images into the 'image_table' table. You are entering the ELSE of the first INSERT, I wanted to know wh...
asked by 06.07.2017 / 07:57
1
answer

Help with database schema

I'm developing an order tracking system, and I'm finishing, but now I came across a problem in the payments part schema: I'm linking id_pedido to payments, but when the request costs R$48,90 and the person pays R$50,00 , I...
asked by 04.07.2017 / 23:35
1
answer

Get PHP sub-category description Laravel Eloquent

Hello, I need to get the description of my parent category, but I can not get the description in the same select, I can only get the parent category id. I have a table with the following structure Below is the code that I am getti...
asked by 28.06.2017 / 20:12
0
answers

How to make profit simulator through clicks on a link

Hello! I'm doing a web project and needed a click simulator, where for every click on the link I would give 1 centime, 0.01 euro (Portuguese currency) The instructions they gave me were: We will develop the application financing module. is...
asked by 28.06.2017 / 15:47
1
answer

Relationship between bank tables

Hello, I am developing a small order control system for a restaurant and I do not have much experience in database modeling, I have created the following entities: The problem is the following, for normal products it works but has produc...
asked by 21.06.2017 / 01:18
1
answer

I am not able to save a data edit with php and mysql

Save working correctly <?php include "conectar.php"; $nome="$_POST[nome]"; $sobrenome="$_POST[sobrenome]"; $email="$_POST[email]"; $cpf="$_POST[cpf]"; $dddcel="$_POST[dddcel]"; $cel="$_POST[cel]"; $dddtel="$_POST[dddtel]"; $tel="$_POST[tel]...
asked by 22.06.2017 / 15:51
1
answer

Add the total value of a given column for each table - MySQL

I have the following query: SELECT FORMAT(valor,2,'de_DE') AS valor, DATE_FORMAT(data_vencimento, '%d/%m/%Y') AS data_vencimento, realizado, DATE_FORMAT(data_realizado, '%d/%m/%Y') AS data_realizado, parcelas,...
asked by 22.06.2017 / 16:24
1
answer

Unable to build entity manager factory

<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" versio...
asked by 22.06.2017 / 17:36
0
answers

What is the problem with the foreign key?

I'm building a database, but at the time of generating the diagram in the reverse engineering of the workbench no table linked to another, and the FK does not appear, I wanted to know if I did something wrong, CREATE database db_hospital; USE...
asked by 27.06.2017 / 18:50