I use GET to insert it into the process.php
This is a problem>
If someone enters three or more words into the textfield in this exact format: "word1 word2 word3 word4" - without the quotes off course
what is the code to create an array that will contain those (in this case) 4 words - in other words, I need a script to explode(this I know) a textfield and insert each value/word as a new member of an array (array1 or ex)
Already looked at the manual, lost several hours, everithing works but this part of inserting values into an array (or creating a new one with the values inserted) just won't work.
I'm not submitting the code, because its just a few lines of code, and is probably completely useless, some combination of built in functions in php, but nothing more.
Thanks Ahead !