|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||||
|
|||||
|
dropdown to redirect?
im trying to create a dropdown menu, then a button at the bottm, once the button is pressed the form directs me to the relevant page
here is the code i have so far, im getting pretty stuck and confused php Code:
anyone help me out here? ive also been told that i need to use header in the page im being directed to any help would be great |
|
#2
|
||||
|
||||
|
RE: dropdown to redirect?
The page that receives the form's values should check the value, determine the redirect page and then use header() to perform the redirect.
There is an entry in the FAQ list. Just note that the redirect/header must be used before if there is any out put by the page that performs the redirect. Even if there is a space that gets sent before the header, the script will error out. -Tim |
|
#3
|
|||||
|
|||||
|
RE: dropdown to redirect?
Enjoy:
php Code:
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > dropdown to redirect? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|