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. 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. Link to comment https://forums.phpfreaks.com/topic/118344-if-engine-show-40/#findComment-609048 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.