Guest User

Untitled

a guest
Jan 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. C02,C11,U01,U02,D02,D32,D45,D67
  2.  
  3. HouseID FeatureID
  4. 1 C07
  5. 1 D67
  6. 2 D02
  7.  
  8. $string = 'C02,C11,U01,U02,D02,D32,D45,D67';
  9. $array = explode(',', $string);
  10.  
  11. $array_of_codes = explode(",", $db_return_string);
Add Comment
Please, Sign In to add comment