hello,
I am getting a string array from a bunch of textfields with the $_Post
function. what i want to do is put that into a sql query, but if they dont fill out all the text fields there is blank values.
for example
('duncan','victoria','vancouver','sooke','naniamo','ladysmith','','','','','','','','','','','','','','','','','','','','','','','','','','','')
Im new to php so i'm not usre how to do it but is there a way to go through the array so I only have the cities and not the blank fields?
Thanks