Samthemist Posted February 19, 2008 Share Posted February 19, 2008 Say for example i have a string: $string = "blabla,hello,php,freaks"; How exactly can i use this string to get each of the things: blabla hello php freaks Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/91923-grabbing-parts-of-a-string/ Share on other sites More sharing options...
roopurt18 Posted February 19, 2008 Share Posted February 19, 2008 http://www.google.com/search?q=php+explode Link to comment https://forums.phpfreaks.com/topic/91923-grabbing-parts-of-a-string/#findComment-470705 Share on other sites More sharing options...
Samthemist Posted February 19, 2008 Author Share Posted February 19, 2008 Thank you very much! Link to comment https://forums.phpfreaks.com/topic/91923-grabbing-parts-of-a-string/#findComment-470716 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.