I am making a web module for an old system that uses Firebird. I made the connection using the PDO, but when I make a query using some special character it does not return results. If you do not use a special character, the query works perfectly.
It can read names that use special characters and show, but I'm not able to query with special parameters.
I'm also looking for a solution through ibase_connect.
The goal is to search for the "ç" in firebird through PHP