I make code for read in web based mySql. my php code able to read mySql and push to string. $yoResult = iconv("EUC-KR", "UTF-8", $outxml); echo $yoResult; $yoResult is... bla bla my window mobile code read that data string. But i don't know How to handle that data! How do I approach that data?
Y
YochangSong
@YochangSong
Posts
-
How to convert (string -> xml) with window mobile? -
How to convert (string -> xml) with window mobileI make code for read in web based mySql. my php code able to read mySql and push to string. $yoResult = iconv("EUC-KR", "UTF-8", $outxml); echo $yoResult; $yoResult is... bla bla my window mobile code read that data string. But i don't know How to handle that data! How do I approach that data?