|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need help with making a form process whichever place to login is selected. Like as seen here: URL . Please look at the login thing, u will get what i mean, please help!
![]() |
|
#2
|
|||
|
|||
|
Set the value of the drop down list as the page name, and then you can include that page name in the login page, or even include it as a link that can be clicked.
Code:
<select name="page"> <option value="page1.php">Page one</option> </select> Then the PHP would either include the file PHP Code:
Or a link to the page PHP Code:
__________________
Ian Jamieson - www.urbantricking.com |
![]() |
| Viewing: Dev Shed Forums > Other > Project Help Wanted > multiple login form help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|