Posts by Leonardo Dias • 23 points
1 post
-
2
votes2
answers1052
viewsQ: Select PHP in tables with special characters
For some reason DBA put "ç" in the name of tables in the Mysql database and now I can’t select these tables from php: $conn = new mysqli($servername, $username, $password, $dbname); $sql="select *…