Jump to content

Help skipping array odd key


dsp77

Recommended Posts

Hello, i have an array like:

Array
(
    [0] => http://www.google.com/asdasfsdafas
    [1] => http://www.google.com/join.html
    [2] => http://www.google.com/dfsgjkd
    [3] => http://www.google.com/join.html
    [4] => http://www.google.com/ddfgyyhujh
    [5] => http://www.google.com/join.html
    [6] => http://www.google.com/ghklkl
)

I'm trying to  transform it like:

Array
(
    [0] => http://www.google.com/asdasfsdafas
    [1] => http://www.google.com/dfsgjkd
    [2] => http://www.google.com/ddfgyyhujh
    [3] => http://www.google.com/ghklkl
)

I used array_fliter but with no success any advise?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/245818-help-skipping-array-odd-key/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.