0
I need to do a search with SELECT, but the title is not displayed, because some calls that are opened comes with special characters. Can someone help me?
I use this command to search in the bank:
SELECT id,titulo,data FROM gl_data WHERE status='2';
Until then everything ok however, when I try to pull the table through the site, the characters are not displayed;
Click [Edit] and put the code, and the description of the problem (what you expected, and instead what happened) - then it’s easier for someone to help.
– Bacco
which bank used?
– RXSD
I’m using the Mariadb
– ALAN BERTOLDO OLIVEIRA
I believe the problem is in the form you want to add to the WEB, because the banks normally return columns containing " - "e " ç ".
– RXSD
Yes, I believe the problem is in my SELECT, but I can’t find a solution
– ALAN BERTOLDO OLIVEIRA
If the data is recorded correctly in the database, it will be displayed in the same way in the client. Surely there is some typo when displaying the title
– Jorge.M
Is it not the site system? It is a flash system. Then I add a table and in this table I put the command of the bank. Maybe it’s the table version of the site..
– ALAN BERTOLDO OLIVEIRA
Look @ALANBERTOLDOOLIVEIRA so it is very difficult to help, try to exemplify the maximum and put all the code of this query/addition stream in the web layer. beauty?
– RXSD
I believe it is not a problem in the query but in the view of your site, posted the way you do.
– Adriano Gomes