i created 2 text boxes...one drop down list and another one is text box. if i select 1 item in the drop down list the appropriate value must be displayed in the next text box.
example: i created 1 drop down list of week days...i had given different values to the week days...if i select 1 day it must be displayed appropriate value in the text box.....
please help me for doing this code
php code
Moderator: General Moderators
-
impulse()
- Forum Regular
- Posts: 748
- Joined: Wed Aug 09, 2006 8:36 am
- Location: Staffordshire, UK
- Contact:
Code: Select all
<input type = 'text' value = '$_POST[dropdownlistID]'>- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
I've already said what I need to actually say in the other thread..[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.