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
What are PHP Magic Methods/Functions. List them.
What are the methods of array in java?
Do you know what is the function mysql_pconnect() usefull for?
What is data structure in php?
What is session_register()?
How can we check the value of a given variable is a number?
What is the difference between null and empty?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
What is new keyword in php?
What is lamp in php?
What is the importance of parser in php?
How to remove duplicate values from php array?
What exactly is PHP?
Explain the installation of PHP on UNIX systems?
How to insert a line break in php string?