Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tru2dalimit

    Calling Functions

    For example i select Mrs. and i hit submit and i go to another page which displays my selection, but now i want to change it, so i go back. What i want is to keep the drop down menu to select the item that i selected before (Mrs.), not the first item in the menu(Mr.). Like using Beans to...
  2. tru2dalimit

    Calling Functions

    Thanks Just wondering is there any possible i can retain the item selected in another way
  3. tru2dalimit

    Calling Functions

    Hi im new to PHP, and i wrote a piece of code that contains a drop down menu with three items and i wanted to retain the item selected when i come back. I used a session variable to retain the variable and created a fuction: if(isset($HTTP_POST_VARS['Salutation'])) { $Salutation =...

Part and Inventory Search

Back
Top