Delete row from SQL table
1 | db_delete_row(con, table, id)
|
con |
connection to database, as returned by |
table |
character string indicating the table from which a row should be deleted |
id |
character string indicating the ID of the row (plant) to be deleted |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.