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
> symbol is used to redirect the output of a command. State Whether True or False?
What is binary safe string?
Is it possible to submit a form with a dedicated button?
How to count a number of words in a string in php?
What are computer variables?
Explain how is it possible to cast types in php?
How will you calculate days between two dates in PHP?
Which operator is used to concatenate two strings in PHP?
Explain mixed and callback functions?
Why do we need abstract class in php?
What are the different ways to login to a remote server?
What is the correct and the most two common way to start and finish a php block of code?
What is reference variable php?
Write a program to display a table of any given number?
What is the w3c?