responding to the selection of a listmenu

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
mlecho
Forum Commoner
Posts: 53
Joined: Wed Feb 02, 2005 9:59 am

responding to the selection of a listmenu

Post by mlecho »

is there a way to use php to create a text field under a list menu after a specific value is selected in that list menu? i know you can do it in javascript, but i was curious if php can do this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It would have to be submitted back to the server for the action to take place.
Post Reply