Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Remove specific values from array Re: Remove specific values from array

#141192
chrisburton
Participant

@TheDoc You mean do something like this?:

$items = $data; // this is what outputs the 1st example

$title = $items; // grabs the title
$url = $items; // grabs the link