paschim Posted September 3, 2008 Share Posted September 3, 2008 I don't know where his thread belongs, but since it is more about the app than php, so i thought i would post here! Anyway, I am currently trying to retrieve, all the messages for a given user, in a csv string format! but when this string reaches flash, i will have to parse it , i mean split it at a given character(,) to form the array! But the message itself may contain that symbol, so when i split the string its quite possible, that it gets split into wrong sections! Is there any solution to this? Quote Link to comment Share on other sites More sharing options...
trq Posted September 3, 2008 Share Posted September 3, 2008 Is there any solution to this? Use a different delimiter or better still, have php pass xml to flash. Quote Link to comment Share on other sites More sharing options...
paschim Posted September 4, 2008 Author Share Posted September 4, 2008 Umm i dont know xml, and what other delimiter do i use, anything i use still has a chance of being entered by the user! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.