Hi guys!
Im pretty new to php and programming in general, and therefor not able to crack this one... 🙂
I have a function, that returns empty elements in an array, the array looks like this:
$the_array['','','something','something','']
Now how do i remove the empty elements, or the ''?
Its pretty easy to test if its empty:
if ($the_array[] == '') {do something, but what?}
Im completly lost, as to what loop to use and so forth... If somebody could reply in a human-readable fashion, it would be highly appriciated...
Regards; Brian Rene