greenba Posted July 16, 2006 Share Posted July 16, 2006 Hi,I have the following string: "01.02.03"what I need is to parse it so I can have that$s1 = 01$s2 = 02$s3 = 03Adnan Link to comment https://forums.phpfreaks.com/topic/14754-parse-string/ Share on other sites More sharing options...
Joe Haley Posted July 16, 2006 Share Posted July 16, 2006 http://ca.php.net/manual/en/function.explode.phpexplode() is your friend. Link to comment https://forums.phpfreaks.com/topic/14754-parse-string/#findComment-58878 Share on other sites More sharing options...
greenba Posted July 16, 2006 Author Share Posted July 16, 2006 thanx joehaley Link to comment https://forums.phpfreaks.com/topic/14754-parse-string/#findComment-58879 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.