Mr Nick Posted July 23, 2010 Share Posted July 23, 2010 I have a variable, his name is $log_query['player_a_received']. What he equals always varies. He may be either "10=1000;32=23212;" or just "10;10". I would like to echo it so: 1. Something separates him from ";" 2. The first number that it gets separated from MUST be separated from the second one so I could echo them both. SORRY FOR MY HORRIBLE EXPLAINATION I SUCK AT LIFE =( Link to comment https://forums.phpfreaks.com/topic/208722-array-type-help/ Share on other sites More sharing options...
wildteen88 Posted July 23, 2010 Share Posted July 23, 2010 you'll want to use explode maybe Link to comment https://forums.phpfreaks.com/topic/208722-array-type-help/#findComment-1090453 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.