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 |
What is the difference between echo, print and printf()?
Explain what are psrs?
What is mod_php?
List out some tools through which we can draw E-R diagrams for mysql.
Does csrf token change?
What is the default session time in php?
What is the difference between fopen() and fclose()?
Write a PHP code to print following number pattern: 123 456 789
What is the alternative structure for control structures?
What type of headers that PHP supports?
What are the advantages of oops in php?
Explain how can we execute a php script using command line?