Hi,
I have a problem with insert form variables into an Oracle 8 db with my php : strings containing accents ('?, '?...) loose these accents !
I guess it's due to NLS_LANG environnement variable, its values is now "AMERICAN_AMERICA.WE8ISO8859P1".
But when I try to use
putenv("NLS_LANG=FRENCH_FRANCE.WE8ISO8859P1"); in my config included file, it doesn't seem to change anything?????
Does anybody knows the trick?
Thank you!
Nicolas
I have a problem with insert form variables into an Oracle 8 db with my php : strings containing accents ('?, '?...) loose these accents !
I guess it's due to NLS_LANG environnement variable, its values is now "AMERICAN_AMERICA.WE8ISO8859P1".
But when I try to use
putenv("NLS_LANG=FRENCH_FRANCE.WE8ISO8859P1"); in my config included file, it doesn't seem to change anything?????
Does anybody knows the trick?
Thank you!
Nicolas