Hello,
I was wondering if it is possible to have an preexisting list menu on one php page that will accept values passed to it from another page, (html,.cgi, or whatever)
What I am trying to accomplish is have a {service} tag be passed from a cgi to a list menu that has certain values depending on what type of {service} it is.
For example, Plan 1 is passed from the cgi to the php page. Plan 1 has a value of 37 assigned to it.
Or Plan 2 is passed to the php page, it has a value of 38 assigned to it.
These list menu values are then submitted via form to another page. (I have this figured out)
This was only an idea of how to achieve this, perhaps there is a simpler way to pull up vales like 37, 38, 39, etc depending on what {service} is passed to this php page.
Any help is appreciated1
Thanks,
Matt