Page 1 of 1

php code

Posted: Tue Dec 05, 2006 5:07 am
by bhagyakg
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

Posted: Tue Dec 05, 2006 5:50 am
by volka

Posted: Tue Dec 05, 2006 5:56 am
by impulse()

Code: Select all

<input type = 'text' value = '$_POST[dropdownlistID]'>
Hope that's what you mean, Stephen.

Posted: Tue Dec 05, 2006 9:31 am
by feyd
[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.
I've already said what I need to actually say in the other thread..