PHP Eliminate Strings from Array?

Hank B

New member
OK... I Have an Array and I want to only keep the first value, the 6th value and so on... so if the strings where:
a, b, c, d, e, f, g, h, i, j
it would only keep 'a' and 'f' (and if it kept on going it would keep the pattern)
 
Back
Top