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
What is php in full?
What is overriding in php?
What is php mainly used for?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is inheritance in php with example?
What are the uses of explode() and implode() functions?
Why do we use session?
Who developed php?
What is the meaning of xdebug?
Tell me how a constant is defined in a php script?
What is the best php version for wordpress?
Tell me how to execute an sql query? How to fetch its result?
How does php server work?
What is active record in php?
What is the use of rand() in php?