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? Link to comment https://forums.phpfreaks.com/topic/122593-flash-php-array-problem/ 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. Link to comment https://forums.phpfreaks.com/topic/122593-flash-php-array-problem/#findComment-633168 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! Link to comment https://forums.phpfreaks.com/topic/122593-flash-php-array-problem/#findComment-633288 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.