Darkmatter5 Posted July 21, 2008 Share Posted July 21, 2008 Can you have php code sitting on a page that only gets run if say a dropdown list selection is changed or rerun it if the dropdown list selection is changed? Link to comment https://forums.phpfreaks.com/topic/115916-is-this-possible/ Share on other sites More sharing options...
jonsjava Posted July 21, 2008 Share Posted July 21, 2008 a script isn't run until it's called. that's how it works. It doesn't run all the time. Only when needed. Link to comment https://forums.phpfreaks.com/topic/115916-is-this-possible/#findComment-595961 Share on other sites More sharing options...
DarkWater Posted July 21, 2008 Share Posted July 21, 2008 Look into Javascript, particularly Ajax. Link to comment https://forums.phpfreaks.com/topic/115916-is-this-possible/#findComment-595967 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.