Answer Posted / vipin gurjar
insert into Table(fieldsname) values(fields value);
update tableName set fieldname='$fieldvalue' condition;
delete from tableName condition;
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Are parent constructors called implicitly inside a class constructor?
Can you specify the "new line" character in single-quoted strings?
What is the difference between super () and this ()?
What is final keyword in php?
What is echo and print in php?
How do I find out the number of parameters passed into function9?
What is the use of mysql_fetch_array in php?
How many types of php frameworks are there?
What is memcache?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
Is php an api?
How can you declare a constant variable in php?
Explain array_uintersect()?
What is lamp in php?
How to enable cURL in PHP?