Subject | Charset in PHP? |
---|---|
Author | yartax1 |
Post date | 2007-04-03T15:20:07Z |
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.
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.