bmerens
April 1st, 2005, 07:22 AM
hello,
I have on my website a formular which sends its data to my database via a pho script.
everything works fine except for words like "ù à è é ...." french and german letters like ü ä....etc
I tried to encode the data with rawurlencode or utf8_encode but still the same prob, the database can't read the letters ü,é,à...etc
is it possible to encode the data within AS? it seems to me the only solution....or not? :ponder:
something else, I ha ve a php script which takes from my DB data containing letters like é,è...etc...and before sending it to AS I encode it with utf8_encode and this wokrs really fine.
any suggestions?
I have on my website a formular which sends its data to my database via a pho script.
everything works fine except for words like "ù à è é ...." french and german letters like ü ä....etc
I tried to encode the data with rawurlencode or utf8_encode but still the same prob, the database can't read the letters ü,é,à...etc
is it possible to encode the data within AS? it seems to me the only solution....or not? :ponder:
something else, I ha ve a php script which takes from my DB data containing letters like é,è...etc...and before sending it to AS I encode it with utf8_encode and this wokrs really fine.
any suggestions?