Jump to content

tuna

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tuna's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. the array(x) is the count (how many items in that array)
  2. if i have an array like this [code]array(6) {   [5]=>   array(1) {     [0]=>     string(8) "20060411"   }   [4]=>   array(1) {     [0]=>     string(8) "20060407"   }   [3]=>   array(1) {     [0]=>     string(8) "20060411"   }   [2]=>   array(1) {     [0]=>     string(8) "20060411"   }   [1]=>   array(1) {     [0]=>     string(8) "20060407"   }   [0]=>   array(1) {     [0]=>     string(8) "20060407"   } }[/code] How would i remove the duplicates using the array_unique function ? i've tried many ways, and still cant seem to get it thanks
×
×
  • 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.