kamal213 Posted July 19, 2012 Share Posted July 19, 2012 Hi Guys, Is it possible in php too echo a value on a page based on a select dropdown menu. That is you select you name on a dropdown and it displays some information on the same page about you stored in mysql db without using a submit button? Thanks Link to comment https://forums.phpfreaks.com/topic/265943-automated-dropdown/ Share on other sites More sharing options...
trq Posted July 19, 2012 Share Posted July 19, 2012 PHP is executed server side, so not really. You would need to use Ajax, to make a request to the server in the background. Link to comment https://forums.phpfreaks.com/topic/265943-automated-dropdown/#findComment-1362686 Share on other sites More sharing options...
kamal213 Posted July 19, 2012 Author Share Posted July 19, 2012 Hmmm I see yeah you right coz I haven't seen anything like that in PHP before..many thanks for you help Link to comment https://forums.phpfreaks.com/topic/265943-automated-dropdown/#findComment-1362713 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.