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 can we determine whether a variable is set?
What is $_ request in php?
display selected value in dropdown list through javascript without page refresh
Tell me can the value of a constant change during the script's execution?
What are form input html tags?
How to count all the lines of code in a directory and sub folder?
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
What is indexing how many types?
3 Answers DLF, Infosys, Net Solution, Vcare,
Single choice objective PHP question...
What is the use of imagetypes() method?
what is nl2br?
Explain the differences between get and post methods?