I have an array that looks like this:
Array
(
[0] => 41
[1] => 43
[2] => 44
[comment] =>
)
is there any way to implode this array ignoring ['comment']??
Now ['comment']doesn't has content but sometimes it can have content. I need to ignore ['comment'] always.
Also ['comment'] will be always the last array.