Subject Charset in PHP?
Author yartax1
Hi,

I have a query like this in PHP:
$sql = "Select * from employee where surname like '%Ñ%'";

Well, this character is right in spanish, but PHP get no results. But
If I do the same query within a an external app (like IBConsole or
similars) I get estimated results (some rows).

I suppose that the problem is in PHP configuration, but I'm not sure.
Anybody can help me please?

Thanks.