I have the following statement
PHP Code:$querydel = "DELETE FROM somewhere WHERE something = '$remove' AND somethingelse = '$arow[\"id\"]'";
The problem is I don't know how to include this $arow["id"]
within the statement. because it's surrounded by "" and '' already.
Thanks






Bookmarks