Hi,
Here is what I\'m trying to do:
1. home page has a drop down list called \" user types\".
2. A user will select his/her type.
3. From this selection a new page comes appears (looks just like the home page) but
it now has a list box of values that only apply to that type of user.
4. The user will select one or more of these values.
5. After selecting one or more of these values the user will click the \"Go\" image.
Now, based on the selected values, I am going to have the \"Go\" image dynamically link to the appropriate page.
HOW DO I DO THAT?
I don\'t need a database do I?
I am stuck on step 4. How can I get the selected values from the list box and still use PHP to create the link?
Currently I get am using this:
echo \"$ListBoxValues[0]\"
but get an error because $ListBoxValue is underfined.
I am confused on the concept of making this work. What and where to I put php code to make this work?
THanks In Advance...
Thanks a WHOLE bunch.
Larry