If you are going crazy with charecter issue due to oracle connection;
add this:
putenv ("NLS_LANG=AMERICAN_AMERICA.AL32UTF8");
before connection string.
Full list here
If you are going crazy with charecter issue due to oracle connection;
add this:
putenv ("NLS_LANG=AMERICAN_AMERICA.AL32UTF8");
before connection string.
Full list here