Questions tagged as 'phpmyadmin'

0
answers

How to get a value inside the array

I would like to know how to get the value of this array Array ( [TIMEDIFF('2017-12-14 17:44:14', '2017-12-14 16:12:21')] => 01:31:53 ) I've tried $timEnd = $resultConvertido['TIMEDIFF('2017-12-14 17:44:14', '2017-12-14 16:12:21')'];...
asked by 14.12.2017 / 21:47
0
answers

System transport errors in php to another computer

I have a system that works perfectly on the computer (A) that was developed and, when passing the computer (B) server with the same settings, the same version of EasyPHP (5.2.10) and etc, presented many but many errors. After installing EasyP...
asked by 21.11.2017 / 11:51
2
answers

Install PHPMYADMIN on linux with php5.6

Hello, I am configuring a machine with php5.6, I have already installed and configured apache, php5.6 and mysql, now I want to install phpmyadmin, the problem is that when trying to install through apt it will install several other packages , amo...
asked by 06.11.2017 / 15:37
2
answers

Form data is not entered in the database

Galera helps me. Next: I have here an html form which I send the form data to an email through the action. However, before sending it to the email I want the same data to be inserted into the database. For that, I created a php that sends the da...
asked by 23.10.2017 / 23:14
1
answer

MySQL IN function but my parameter comes a string

Hello, I have a procedure that receives some parameters, among them I need to receive a list of codes, which are 10 at most. But in the query, I'm trying to WHERE value IN (value1, value2), but since it is a string this does not work. I...
asked by 25.10.2017 / 21:13
1
answer

Phpmyadmin does not save a file if you already have one saved

I made a code to save the name of a file in the database PhpMyAdimn, it works if the table is empty, but when I try to attach another file to the error, does anyone have any idea why this occurs? Remembering that the file is saved in the folder,...
asked by 09.10.2017 / 15:12
1
answer

Make the ID follow in sequence without using auto increment

I have a bank problem. When registering a user the ID is given as 0. I try to use Auto Increment, but when I activate this option, the other registers stop working.     
asked by 04.10.2017 / 17:48
0
answers

Login System - HTTP ERROR 500

I am doing a login system, however when submitting the data it from HTTP ERROR 500. I tried changing the code anyway but this error continues. I'm using 000webhost to test how the site is getting, does this server that does not support the codes...
asked by 26.09.2017 / 03:36
0
answers

Unrecognized keyword. (near "ON" at position 25) in MySQL

I'm trying to import 13,000 records into my MySQL Database and I'm not getting it. Now it gives big file error that even reducing, continues without matter. I'm trying now from OpenDocument worksheets but is returning the error    Unrecogn...
asked by 11.09.2017 / 19:49
1
answer

Problem executing SELECT on a table in phpmyadmin

I have several tables in my database, and until recently, there was no problem in any of them. I was able to quietly manage the whole bank by phpmyadmin. However, suddenly in one of the tables the query SELECT * stopped executing properly in php...
asked by 01.09.2017 / 15:57