abremen Posted February 6, 2009 Share Posted February 6, 2009 Hi all, I'm trying to make a mod to the advanced search form, but i dont know how to get the value from the categories drop down the code that displays the category tree is: <td class="fieldValue"><?php echo tep_draw_pull_down_menu('categories_id', tep_get_categories(array(array('id' => '', 'text' => TEXT_ALL_CATEGORIES)))); ?></td> but i really wonder how to retrive this value when i have selected it ? greatful for all answers Link to comment Share on other sites More sharing options...
abremen Posted February 13, 2009 Author Share Posted February 13, 2009 Hi all,I'm trying to make a mod to the advanced search form, but i dont know how to get the value from the categories drop down the code that displays the category tree is: <td class="fieldValue"><?php echo tep_draw_pull_down_menu('categories_id', tep_get_categories(array(array('id' => '', 'text' => TEXT_ALL_CATEGORIES)))); ?></td> but i really wonder how to retrive this value when i have selected it ? greatful for all answers Maybe its the wrong forum for this type of question, can anyone pls tell me which forum is the appropriate? :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.