how to insert, update data in database

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


Please Help Members By Posting Answers For Below Questions

Is a number php?

526


How to get the value of current session id?

534


How do you pass a variable by value?

581


What is active record in php?

479


Explain briefly about a search-friendly site looks like?

492






What does the arrow mean in php?

521


How to break a file path name into parts?

536


Explain me what is the difference between explode() and split() functions?

532


How long does a php session last for?

563


Explain what does the unlink() function means?

543


Is json a string php?

520


How to remove leading and trailing spaces from user input values in php?

541


How to avoid the undefined index error?

508


A process can run only in the background. State Whether True or False?

620


What is string and its function?

511