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 reference variable php?
What is the difference between indexed and associative array?
Which cryptographic functions in php returns the longest hash value?
Is php a strongly typed language?
Why php is used in html?
What is crypt () in php?
Which php framework is best for security?
What is a trait in php?
Is polymorphism inherited?
Can we override static method?
What is the default time in seconds for which session data is considered valid?
What are the characteristics of php?
Write a program to display table of a number using php?
What is regex in html?
Which function Returns the time of sunrise for a given day / location in PHP.