Questions tagged as 'phpmyadmin'

1
answer

Information registered at the bank is displayed exchanged [closed]

I have a form that sends the information to a bank and a page that takes this information and printa in a table format. However, the information in this table is being exchanged and when I try to register in a changed form, it appears right ther...
asked by 15.08.2017 / 14:06
1
answer

Catch image in database

I wanted to know how I could retrieve an image from the database, used php7, the image is stored in the database in type BLOB, I searched the internet and they were very old examples and none worked here, could anyone help me?     
asked by 07.03.2017 / 12:48
2
answers

The mbstring extension is missing. Please check your PHP configuration [closed]

While trying to install what's missing sudo apt-get install phpmyadmin php-mbstring php-gettext , it says it's already installed AndIalsoactivatedtheextension=php_mbstring.dllextension,whatcouldbemyproblem?Extensions:     
asked by 26.04.2017 / 04:12
1
answer

SQL counting data from the second INNER JOIN table, but should not it?

I have 2 tables: sponsors dimensions What I need to do is check how many sponsorships have been nominated but only count the users who have the record in the cotas table. The SQL I made is as follows:    SELECT COUNT(*) A...
asked by 06.03.2017 / 01:07
1
answer

Allow null value in relationship field

I have a MySQL database with tables t1 and t2 . One of the columns in the t1 table has a foreign key for t2 . You need to allow the foreign key column to accept null values. There are already important...
asked by 05.10.2016 / 20:44
1
answer

Is it possible to execute multiple queries in a single execution?

I needed some data from a database in mysql. However, the data were in different tables, so the most obvious solution was to filter using the relational tables, with their indexes. But I do not know much about mysql, I even tried to use the rela...
asked by 29.12.2015 / 21:15
1
answer

Make a select in a varchar column as if it were SQL datetime

The code is as follows: SELECT data FROM lista WHERE data BETWEEN '01-08-2015' AND '05-08-2015'; The problem is that the date column is a varchar and I would like to use it as a date     
asked by 05.08.2015 / 20:58
1
answer

How to change a charset from a table to utf8 in a latin1 database?

I am trying to change the charset from a table to utf8 in a BD that contains all the other tables as latin1swedish. I have run several commands and says that it has changed, it shows that that table is the only one like utf8, but any insertion k...
asked by 03.04.2014 / 22:32
1
answer

___ ___ erkimt Error generating XML ______ qstntxt ___

I made a system in PHP to display XML file, but is giving the following error:

This page contains the Following Errors: error on line 29 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error.

(A picture for you to see that even what is the bench he brings me):

Myindex.phpfile:

%pre%

Myconfig.phpfile:

%pre%

Myconexao.phpfile:

%pre%    
_________azszpr349229

As the very description of error states, you are inserting extra others information after creating the XML from the line %code% .

To parse the XML correctly, remove all of the line is %code% down. If you remove the line% %code% the error disappears, but you will result in a normal HTML page (although invalid).

    

___
I made a system in PHP to display XML file, but is giving the following error: This page contains the Following Errors: error on line 29 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first e...
asked by 10.12.2018 / 20:55
1
answer

Add values to a database by PHP

I'm trying to add values to a database through PHP. I'm using PHPMyAdmin for both databases and also for the site in question. At this moment the code I have is the following, I present my doubts at the end: <html> <head>...
asked by 12.12.2018 / 22:23