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 ? Link to comment https://forums.phpfreaks.com/topic/89010-break-data-up/ 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(). Link to comment https://forums.phpfreaks.com/topic/89010-break-data-up/#findComment-455909 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.