Hi,
I'd like to know if it is possible that, for instance, each word separeted by a coma in a form input be identified as a different variable so I can insert each one in a different field on my database.
Thanks for your help!
You should be able to explode() your data into an array using the comma as your delimeter. Then you can step through the array and do your inserts.
http://www.php.net/manual/en/function.explode.php