<?php $array = array ( array ( 'record_num' => 18152, 'title' => 'Title of post' ), array ( 'record_num' => 18150, 'title' => 'Title of post 2' ) , array ( 'record_num' => 18134, 'title' => 'Title of post 3' ) , array ( 'record_num' => 18134, 'title' => 'Title of post 3' ) ); print '<pre>'; $result = array_map("unserialize", array_unique(array_map("serialize", $array))); print_r($result); print '</pre>'; ?>
You have javascript disabled. You will not be able to edit any code.