php code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bhagyakg
Forum Newbie
Posts: 1
Joined: Tue Dec 05, 2006 4:58 am

php code

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post by impulse() »

Code: Select all

<input type = 'text' value = '$_POST[dropdownlistID]'>
Hope that's what you mean, Stephen.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
Post Reply