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 :)
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.