
To give u the idea of what I did, using the example of the image drop down menu (CELERON 1.7GHZ - $ 117.04), the 1st variable joined was "CELERON 1.7GHZ" the 2nd "- $ " and the 3rd. one "117.04", all this to be able to show them as a whole in the drop down menu.
Now I passed the information of this form to other php page where I need get the variables divided again. What sentence could I use to get the variables chose in the drop down menu divided like this:
1st variable = CELERON 1.7GHZ
2nd variable = - $
3rd variable = 117.04
'cause obviously, the form variable is equal to all that long name "CELERON 1.7GHZ - $ 117.04" (using this example of course)
thx for any solution, for my problem