todayme Posted March 5, 2007 Share Posted March 5, 2007 I have a form I am creating, it has a total of three drop down boxes the first gets its info from the database the second is just static, and on the second drop down box I have added an on change event which calls a function, like this. <select name="names" id="region" onchange="getregion()" First question is, will that call a function in PHP? Second question is the function I need to write must have the values of the first and second text box, do you have to post this data to pass them into variables? How would one go about it? Link to comment https://forums.phpfreaks.com/topic/41192-pass-values-of-dropdown-boxes-into-variables/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.