Posts: 420
Threads: 130
Joined: Sep 2012
Reputation:
0
Go to your phpmyadmin > Select your database > Click Structure on which table you want delete row > And delete row which you want delete
Posts: 417
Threads: 71
Joined: Dec 2013
Reputation:
0
Not like that I mean with a query.
Cause I'm trying to do a CMD that allow an admin to delete a house that exists in the database.
for example:
/deletehouse ID Will delete the house ID X.
Posts: 127
Threads: 6
Joined: May 2013
Reputation:
0
DELETE FROM (tablename) WHERE row_name = row_value