PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
well its for my purposes. Thus far I have only two .php files in admin/ That is approve and another file. All of the files that will be in admin/ included the two so far need to be passed into the <option value=, we've achieved that. Now I'd like for when one particular option is chosen, say approve.php it allows me to click submit button and then go to that page.
There has to be a way. I modified this script from something I wrote earlier.
it basically globbed images and printed them into the option value. I know I can do this cuz, when I made a mistake in the code, I wrote the submit button in the foreach loop. and it printed the second value of the loop outside of the select box(which is why it went wrong) but it did link both to seperate pages.
hmm.. before I knew how to program (which i still don't know it all so well) i had a perl program i d/l'ed from the internet, it used a select menu with links. I will have to look at how they do the html of it, and maybe try to examine the perl.