thank you very much sir for your patience, but I will still ask questions to you...
the $data's returned value is:
,('','040724','2006-12-07','73','09:00:00','09:00:00','09:00:00', '060101')
,('','040724','2006-12-07','73','09:00:00','09:00:00','09:00:00', '')
,('','040724','2006-12-07','73','09:00:00','','09:00:00', '060101')
,('','040724','2006-12-07','73','09:00:00','09:00:00','09:00:00', '060101')
I would like to ask, if you would recommend me some codes that I can use that will check the $data variable. If it contains a null variable then the INSERT query will not execute if it has all the variables needed, then the INSERT query will be executed.
Reminder: all of the given is the value of $data.
Question: is $data is an array or just a variable?
Thank you very much Sir