1 page that can post to multiple pages
Posted: Wed Oct 22, 2003 6:54 pm
I have a PHP page that lets the user select a team and then a season and I want the user to be able to click on one of several buttons that then sends those selections to the PHP page associated with the button. I have a seperate selection page for Goals, Penalties, and Assists.
I am not sure if this is is a PHP issure or just an HTML issue. Right now I have on the Goal selection page:
<form method="post" action="goal_rankings.php">
I'd like to have just one selection form that will then post to whatever specific PHP pages that the user clicks on.
How do I do this?
I am not sure if this is is a PHP issure or just an HTML issue. Right now I have on the Goal selection page:
<form method="post" action="goal_rankings.php">
I'd like to have just one selection form that will then post to whatever specific PHP pages that the user clicks on.
How do I do this?