pound! Posted March 3, 2010 Share Posted March 3, 2010 Hi everyone, I'm relatively new to php and html coding in general (flash and general designer at heart) but I have recently been put in the position of having to create a mobile site for a client...AURGH! Anyway, all is well except that I need to create a "stockists" page that displays mysql data depending on a user selection from a dropdown menu (the drop down options being the various regions where the stockists reside). I can create the drop down no probs and I can get a seperate php to display the db data in a table if I hard code in the query paramater (the region), my issue is combining the two so that the user isn't redirected to another page everytime they make a selection, basically, the dynamic data just needs to refresh based on the dropdown selection. I've searched the net but nothing seems to fit the bill... Any advice would be much appreciated! Link to comment https://forums.phpfreaks.com/topic/193961-newbie-help/ Share on other sites More sharing options...
inversesoft123 Posted March 3, 2010 Share Posted March 3, 2010 1st of all creating dropdown lists on XHTML Mobile sites is really bad idea. coz many s60 mobile phones and most of s40 phones do not support dropdown lists. Link to comment https://forums.phpfreaks.com/topic/193961-newbie-help/#findComment-1020769 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.