Jump to content

Recommended Posts

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

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!

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  ;D.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.