Hello. Boy I could use some PHP help on this. Here is what I am trying to do.
I want to build a dropdown box that includes a list of colleges.
Here is an example of one of the options:
<OPTION value="156"><font face="Arial" size="2">Alabama State University</font>
When someone chooses this college from the dropdown form, I need to store the value assigned to that college(156) into a PHP session variable that I can use in other pages of my site to display name/logo.
Can this be done? If so, how? I would appreciate the help. thanks