coding for deleting items form data base on select
Answer / haroon sajjad
//if single row delete
mysql_query("DELETE FROM table WHERE item='itemname'");
//if multiple rows to delete
mysql_query("DELETE FROM table WHERE item in ('item1',
'item2', 'item3')")
| Is This Answer Correct ? | 4 Yes | 0 No |
How to copy a file?
Does wordpress run on php 7?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What are traits? How is it used in php?
What is array filter in php?
How to remove leading and trailing spaces from user input values?
Which is better wamp or xampp?
Is uploaded file php?
What is default session time and path in PHP. How to change it?
how to use particular city location in php?
How are sessions maintained?
What is the use of htmlentities in php?