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 Chriss Miller 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. drmsolutions

    Update database with value from listbox (function)

    I have the following function to create a listbox which is used several times in my scripts for differnt listboxes: function enhanced_list_box($options){ $sql = "select " . $options['id_field']; $sql .= ", " . $options['value_field']; $sql .= " from " . $options['table']...
  2. drmsolutions

    value not getting passed to function variable

    Hi there, I'm passing values to a function, but am finding the value of 'highlight_id' below is not set. I'm only new to PHP so am thinking I've done something wrong, but can't work out what? <? enhanced_list_box(array( table' => 'ctitle', 'id_field' => 'id', 'value_field'...

Part and Inventory Search

Back
Top