is there away i can ingnor blank values in a insert from a php? I have a loop that inserts a bunch of records but its possible that some can be empty so I dont want to insert empty ones.
Can anyone help please?
thanks Sean
Yes, i.e. just check for the empty values. Depending on your exact requirements, [man]isset/man, [man]empty/man, comparison with a blank string or null may work.