View Single Post
Old 07-12-2005, 07:36 AM   #1 (permalink)
soma
Addict
 
soma's Avatar
 
Location: USA
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.
__________________
Having Girl Problems?
soma is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43