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!
this submits index.php?name=$author where $author is the author selected, however i want to submit $author and the $default_theme associated with the author so it would look like index.php?name=$author&t=$default_theme but i am unsure how to go about this...i tired
I'd guess i have to have a hidden input but i dont know how to have the author I select from the menu associate itself with the default_theme it is pared with.
If you added a default_theme like that you are getting more than the users input.
If you are adding in the default_theme into the html as you generate the form surely you can use the same process that gets that data to find the default_theme from an author server side.
What I'm saying is, you shouldn't need to do this, ordinarily anyway.