Search without special SQL characters

0

I need to do a search with SELECT, but the title is not displayed, because some calls that are opened come with special characters. Can anyone help me?

I use this command to search the database:

SELECT id,titulo,data FROM gl_data WHERE status='2';

Untilthen,everythingisok,butwhenItrytopullthetablethroughthesite,thecharactersarenotdisplayed;

    
asked by anonymous 15.10.2018 / 22:00

1 answer

0

Alan, I recommend that you check the enconding that is being written to the database and the enconding that the application is using.

You have to see how Flash handles this.

Hug.

    
15.10.2018 / 23:06