Questions tagged as 'phpmyadmin'

0
answers

Fill data with a ComboBox from MySQL

I am trying to make the information load when the first option is selected a project that was stored in a database and that at the time of selecting a project the respective information below is selected depending on the previously stored inform...
asked by 27.10.2018 / 07:00
1
answer

How to modify a product table record from product_product table where the number of product entries is modified

Excuse me, someone could guide me with a problem I had when creating a table association since I created two tables (product (product_code, name, detail, existence), purchase_detail (purchase_code, product_code, detail, quantity)) and when wanti...
asked by 24.10.2018 / 00:33
0
answers

How to insert data into tables related to primary key autoincremental?

Well I got a little problem that I have my class diagram and I want to insert data to 5 tables that are related to each other Here I show you my tables that I have and also I will put an image of all my diagram that made this little system that...
asked by 21.10.2018 / 07:02
2
answers

Apache, phpMyAdmin

After installing XAMPP in a Windows 7 Professional and running the local server, I try to access phpmyadmin and I get this:    Forbidden access! You do not have permission to access the requested directory. There is no i...
asked by 19.10.2018 / 18:12
0
answers

Subtract two queries in PHP MySQL using phpExcel

I try to subtract two fields that are in different queries and that are stored in columns of an excel file created from PHP. And also the fields that I am going to subtract are interactive, I still do not find a way to achieve it.     
asked by 18.10.2018 / 16:20
1
answer

I want to bring two records of my ID and DISTRICT fields but the districts are duplicated I want to bring only one of them as I do?

try{ require_once('conexion.php'); $sql = "SELECT DISTINCT(TRIM(commerce_district)) AS commerce_district, commerce_id FROM 'commerc' ORDER BY 'commerc'.'commerce_district' ASC "; // $sql...
asked by 19.10.2018 / 14:59
0
answers

Warning: mysqli :: __ construct (): (HY000 / 2002)

Hello colleagues, please, if you can help me, give me the following error. Warning: mysqli::__construct(): (HY000/2002): Solo se permite un uso de cada direcci�n de socket (protocolo/direcci�n de red/puerto) in C:\wamp64\www\OnlineVentas\co...
asked by 10.10.2018 / 22:24
1
answer

Access denied on phpmyadmin on ubuntu 18.04

I installed XAMPP for ubuntu 18.04, when I start XAMPP with the command sudo ./lampp start I get the following outputs in the terminal. Starting XAMPP for Linux 7.2.9-0... XAMPP: Starting Apache.../opt/lampp/share/xampp/xampplib: line 2...
asked by 16.10.2018 / 19:13
0
answers

Update to external database from android

The problem is the following, in my application I try to change a database record from android, which would be a user's password, the problem comes when pressing the button that should do the action does nothing , neither shows error message, no...
asked by 08.10.2018 / 18:42
1
answer

How can I add two rows in SQL

id Nombre monto 1 David $500.00 2 Andres $100.00 3 Pedro $600.00 How many friends can help me? I want to add the amount of David plus Andres and send that to another table. What I want is to do as a type of transfer is to say...
asked by 04.10.2018 / 21:16