cdog5000 Posted July 16, 2008 Share Posted July 16, 2008 say i have a phrase like ("hi,how ya doin?,good day") i want an array of that where each pharse is seperated by a , so in this case the array would contain hi how ya doin? good day how would i do that ?????? Link to comment https://forums.phpfreaks.com/topic/114947-seperate-by-keys/ Share on other sites More sharing options...
sader Posted July 16, 2008 Share Posted July 16, 2008 $pieces = explode(",", "dsbdskblksdj lf skajdflakjflk , safla kf,"); Link to comment https://forums.phpfreaks.com/topic/114947-seperate-by-keys/#findComment-591176 Share on other sites More sharing options...
cdog5000 Posted July 16, 2008 Author Share Posted July 16, 2008 $pieces = explode(",", "dsbdskblksdj lf skajdflakjflk , safla kf,"); ok ty i will try that Link to comment https://forums.phpfreaks.com/topic/114947-seperate-by-keys/#findComment-591177 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.