when i use an echo command in PHP to print HEBREW letters everything works gr8, i see hebrew.
tho, when i take the same word and insert it into an ACCESS Databse the words is scrambled in the DB.
and no i dont think it's a DB issue, coz it works when done from ASP
is there a command in PHP to tell the script that in works in a specific charset ?
mybe the ODBC connection is scrambling the letters ?
any ideas ?
a part of the code
$result = odbc_exec($mDbCon, "insert into articles(Article_Source,Article_Title,Article_Link,Article_Preview,Article_Category) values('AllMarketing ùìåí','$l2','$l1','$pr1',22)");
bZbee.