I am presently developing a very simple web application but have ran into a litle bit of trouble. I have a problem with a form field, i dont know how to deal with form inputs that have to take more than one value.
Am talking about just a single form field. For example, i have a form field whereby the users will input IP Addresses (possibly more than one) seperated by spaces.How do i handle the IP addresses as seperate variables and insert them into a database as seperate variables taking into consideration the form action page.
Am using PHP/Mysql for development.How will i transfer the variables to PHP and ultimately to the database?
Thanks in advance