Jump to content

new_g33k

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by new_g33k

  1. <?php $data="1:21;2:34;5:57"; $data=split(";",$data); foreach($data as $c) { $result=split(":",$c); $category[]=$result[0]; $sub_category[]=$result[1]; } print_r ($category); print_r ($sub_category); ?> Greetings from new_g33k!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.