bensoir82 Posted September 12, 2008 Share Posted September 12, 2008 Hi can anyone help me, I need to split a string after a certain number of characters and store them in to other variables. Does anyone know how to go about this? Cheers Link to comment https://forums.phpfreaks.com/topic/123914-split-a-string-at-a-specific-point/ Share on other sites More sharing options...
ratcateme Posted September 12, 2008 Share Posted September 12, 2008 look at substr() Scott. Link to comment https://forums.phpfreaks.com/topic/123914-split-a-string-at-a-specific-point/#findComment-639661 Share on other sites More sharing options...
bensoir82 Posted September 12, 2008 Author Share Posted September 12, 2008 look at substr() Scott. so simple and I can believe it overlooked it. Thanks Link to comment https://forums.phpfreaks.com/topic/123914-split-a-string-at-a-specific-point/#findComment-639662 Share on other sites More sharing options...
ratcateme Posted September 12, 2008 Share Posted September 12, 2008 always look at http://php.net/strings for stuff like that it is really helpful Scott. Link to comment https://forums.phpfreaks.com/topic/123914-split-a-string-at-a-specific-point/#findComment-639666 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.