Okay so I have this big form that has multiple textboxs.
Is there anyway to have the textboxs act like a checkbox? Meaning the value only gets to the array if the textbox is filled out?
FSL:
Okay so I have this big form that has multiple textboxs.
Is there anyway to have the textboxs act like a checkbox? Meaning the value only gets to the array if the textbox is filled out?
FSL:
What you are describing is validation, do a Google search on php validation and I’m sure you’ll find something that works for you.