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

How to find length of an array in php ?

566


how to use http headers inside php? Write the statement through which it can be added?

511


How to join multiple strings stored in an array into a single string?

521


How to use http headers inside php?

575


What is the difference between for and foreach?

559






Can php use gettext?

565


What is constructor and destructor?

536


Is multiple inheritance supported in php?

573


How to call javascript function in php without any event?

499


What is meant by variable variables in php?

535


What are the benefits of using queries?

520


How would you determine the size of a file in php?

607


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

1552


What is meant by session in php?

510


Why does php need server?

534