ShaolinF Posted February 2, 2008 Share Posted February 2, 2008 Hi Guys, If I have a string such as: var i = text true one; and I want to break these words up automatically and put them into their own variables (var a=text; var b=true; etc) How would I do this ? Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted February 2, 2008 Share Posted February 2, 2008 The best way to do this is server side with an explode(). Quote Link to comment 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.