Good day, I have an array variable named $data:
where $data =
,('050136','2006-12-05','1','09:00:00','09:00:00','09:00:00', '060101'),('050136','2006-12-06','74','09:00:00','09:00:00','09:00:00', '060101'),('050136','2006-12-06','','','','', '060101')
Question:
1.)But how can I take the members of an array where it has a null value?
(ex: I must take away the 3rd member of the array because it has ,", value)
Thank you and I hope someone can help me on this.