reconDev Posted August 5, 2008 Share Posted August 5, 2008 OK , I've made a form but I need a php script that will show the <select name="liters"> </select> field if the user selects a "ENGINE" in the form. Quote Link to comment https://forums.phpfreaks.com/topic/118344-if-engine-show-40/ Share on other sites More sharing options...
.josh Posted August 5, 2008 Share Posted August 5, 2008 php is a server side language. It is parsed and the results are then sent to the client (your browser). It does not do "realtime" stuff like that. Look into javascript. Quote Link to comment https://forums.phpfreaks.com/topic/118344-if-engine-show-40/#findComment-609048 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.