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. uioppoiuuioppoiu

    delete specific row from mysql query

    Thanks a lot AdaHacker. I took your suggestion and it works now. Another question: does mysql_query("LOAD DATA INTO {$dbtable} FROM ... "); return a boolean value or an object like the SELECT statement does? ingresman: I'm using a test database and table for this project so no harm done :)
  2. uioppoiuuioppoiu

    delete specific row from mysql query

    Is there a way to delete a specific row from a query? I have a page that retrieves all the information from an user specified database and table so my query is "SELECT * FROM {$dbtable}" and I have checkboxes for each row. I am wondering if there is some variation on "DELETE FROM {$dbtable} ROW...

Part and Inventory Search

Back
Top