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 gkittelson 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. kainaw

    How to add to unused ID without auto_increment?

    Rather than query repeatedly, you could do this in one query (reading many rows). The following is a PHP function - so it should be easy to convert it to any other language: function db_next_int($table, $id) { $result = mysql_query("select $id from $table order by $id")...

Part and Inventory Search

Back
Top