hi!
I have a HTML-form that contains three different submit-buttons (same name, different values). If one of the buttons is pressed, the page will call the php-page defined with 'action=' in the form-tag.
On the second page I check which of the three buttons have been pressed. Depending on the result I want to call one of three possible pages... so I need a possibility to 'auto-forward' to a certain page from anywhere in the php-code (I know there is a solution to auto-forward within the header-tag, but this is not what I am looking for).
Do you have any suggestions??
regrads
frag patrick.metz@epost.de
I have a HTML-form that contains three different submit-buttons (same name, different values). If one of the buttons is pressed, the page will call the php-page defined with 'action=' in the form-tag.
On the second page I check which of the three buttons have been pressed. Depending on the result I want to call one of three possible pages... so I need a possibility to 'auto-forward' to a certain page from anywhere in the php-code (I know there is a solution to auto-forward within the header-tag, but this is not what I am looking for).
Do you have any suggestions??
regrads
frag patrick.metz@epost.de