Some elements in my array are empty strings based on what the user has submitted. I need to remove those elements. I have this:
foreach($linksArray as $link)
For multidimensional array
$data = array_map('array_filter', $data); $data = array_filter($data);