Getting multiple PHP variables using a single HTML form
I'm working on a small personal stock research tool, and I want to know if it is possible to get multiple php variable values from 1 html form. I'll try to better explain exactly what I mean:
Let's say I have a list of 5 stock symbols, each separated by a single space:
amd intc msft nvda atyt
Now let's say I copy all of them, and paste them into an html form and press the submit button. From here, is it possible to separate each of the symbols and define a variable to each one?
If what I'm saying does not make sense, please ask.
|