Home › Forums › Back End › Remove specific values from array › Re: Remove specific values from array
July 1, 2013 at 5:30 pm
#141192
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