Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

get value from drop down menu


abremen

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...