Answer Posted / 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 |
Post New Answer View All Answers
How is it possible to parse a configuration file?
What is new keyword in php?
How cookies are transported from servers to browsers?
How long is csrf token?
How can we upload a file in php?
List the different types of print functions available in php?
How do I update php?
What is csrf token in php?
Can we use onclick in submit button?
How can I prevent sql-injection in php?
How to get ip address of a server in php?
What is variable function php?
How can you get web browser’s details using PHP?
Which framework is best for php development?
What is meant by pdo in php?