I am still learning my way around PHP and MYSQL and need some help please.
I have a form that the users select either Girl or Boy (not PHP) and then this populates a PHP Drop Down menu with a list of names relevant to either Girl or Boy e.g. Jane, Julie etc or Fred, Joe etc.
Then if the user selects say Fred, I want this to be a link to a PDF (which will be the value in the option tag, in the html, which is populated from MYSQL) which opens ideally in a new Window.
Not sure this can be done with just PHP but any help would be appreciated.
Hope this makes sense.