vib3rtn3il Posted July 8, 2008 Share Posted July 8, 2008 Hey guys.. I'm launching a website within the next few weeks, but there are still some huge breakthroughs that I'm yet to make. Now, I'm trying to make a drop down menu with html, but I also want PHP integrated. The reason is because on my site, there are four types of memberships to upgrade to, so when the user clicks on his/hers selection and clicks upgrade, it sends me information regarding that persons upgrade, and then in my Admin panal, I can either approve or deny. Also seeing that I am limited to space on my upgrade page,is there anyway I could simply put a fairly size box in the middle, put drop down menu at the bottom of the box, and when the person makes the selection, the information appears above the drop down menu? Then of course once the user is satisfied with there choice, they can hit submit. Any ideas? Be appreciated. Please either PM me with a response or email: pkr_fn@yahoo.ca Thanks Best Regards Neil Link to comment https://forums.phpfreaks.com/topic/113728-drop-down-menu-with-php-intergration/ Share on other sites More sharing options...
madk Posted July 8, 2008 Share Posted July 8, 2008 First off...wrong forum. This forum is to test complete code for errors. Secondly if I understand correctly, PHP isn't your answer. You should probably look into a javascript solution to control your dropdown boxes. Any PHP integration will happen server side and require the page to reload completely in order to take effect. With javascript you could have this all happen instantly within the browser. Do a google search for javascript form controls. Good luck! Link to comment https://forums.phpfreaks.com/topic/113728-drop-down-menu-with-php-intergration/#findComment-584562 Share on other sites More sharing options...
vib3rtn3il Posted July 8, 2008 Author Share Posted July 8, 2008 First off...wrong forum. This forum is to test complete code for errors. Secondly if I understand correctly, PHP isn't your answer. You should probably look into a javascript solution to control your dropdown boxes. Any PHP integration will happen server side and require the page to reload completely in order to take effect. With javascript you could have this all happen instantly within the browser. Do a google search for javascript form controls. Good luck! Sorry for posting in the wrong forum and thank you for the suggestion . Link to comment https://forums.phpfreaks.com/topic/113728-drop-down-menu-with-php-intergration/#findComment-584686 Share on other sites More sharing options...
Recommended Posts