How to convert (string -> xml) with window mobile
C#
2
Posts
2
Posters
0
Views
1
Watching
-
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?
-
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?
Navaneeth How to use google | Ask smart questions