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;