desithugg Posted August 20, 2006 Share Posted August 20, 2006 umm i have some arryays stored in mysqlseperated by commasumm how can i retreive them and make them into an array Link to comment https://forums.phpfreaks.com/topic/18067-array/ Share on other sites More sharing options...
Yesideez Posted August 20, 2006 Share Posted August 20, 2006 [code]$array=explode(",",$datafromdb);[/code] Link to comment https://forums.phpfreaks.com/topic/18067-array/#findComment-77442 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.