hey there.
can anyone tell me how to delete an entire row from a database?
thank you!
delete from table_name where column_name like 'unique identifier'
http://www.mysql.com/doc/D/E/DELETE.html