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
Why session timeout is important?
Write a program using while loop in php?
Is jquery better than javascript?
Why php script is not running in browser?
What are encryption functions in php?
How to call javascript function in php without any event?
How many escape sequences are recognized in single-quoted strings?
How is it possible to return a value from a function?
What is php session_start() and session_destroy() function?
How to access a global variable inside a function?
Is variable name casesensitive in php?
What are the advantages of indexes?
What is difference between array_merge and array_combine in php?
What does $_server mean?
Tell me what is the importance of "action" attribute in a html form?