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 Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/14754-parse-string/#findComment-58879 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.