form validation

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
alexislalas
Forum Commoner
Posts: 44
Joined: Sun Feb 19, 2006 10:09 pm

form validation

Post by alexislalas »

hello to all.

my question is where can i find some examples or how can i do that when a user selects a checkbox or a radiobutton a textfield activates. and when a user selects something from a menu/list certain info loads on another menu/list.

thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

If you want the client to do someting you have to code it client-side, e.g. with javascript. php is usually (almost always) executed server-side and only invoked if there is a new http request.
alexislalas wrote:and when a user selects something from a menu/list certain info loads on another menu/list.
http://forums.devnetwork.net/viewtopic.php?t=55508#309978
bokehman wrote:Just in case you want to Google it, the proper terminology is a "chained select".
Post Reply