jaymc Posted September 6, 2007 Share Posted September 6, 2007 I have this array forumulated via a MYSQL query Dance2,Number13,Bevvie0,Kiss1 I need a way for php to split the word and the number, so basically put this into an array Dance2 = Dance, 2 Any way to do it easily? Link to comment https://forums.phpfreaks.com/topic/68214-solved-disdinquish-numbers/ Share on other sites More sharing options...
Jessica Posted September 6, 2007 Share Posted September 6, 2007 Check out substr and strpos. Link to comment https://forums.phpfreaks.com/topic/68214-solved-disdinquish-numbers/#findComment-342921 Share on other sites More sharing options...
jaymc Posted September 6, 2007 Author Share Posted September 6, 2007 Cheers Link to comment https://forums.phpfreaks.com/topic/68214-solved-disdinquish-numbers/#findComment-342940 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.