Hi all,
How to Insert update and delete records in php.
Thanks
Insert update and delete records in php
Ask by pintu nayak
Updated 16 Nov 2011
I need this
I have 4 input textbox as
empid,empname,empaddress,salary and a Add button.When i enter data and click add button all data will be inserted into database and the result will be display below the page in form of a table.In that data two links such as edit and delete will appears.When we want to edit some data we can do it and also can delete the records be click elete link.How to do it.
Thanks
You can refer the following to perform insert, update, delete records in php:
http://www.mindstick.com/Articles/b57d73ff-9b86-4869-9e22-6f07d3ab39d7/?Inserting%20Record%20in%20MySQL%20database%20Table%20using%20PHP
http://www.mindstick.com/Articles/727876e1-cdac-4a2d-afa5-311a9fafac35/?Updating%20and%20Deleting%20Record%20in%20MySQL%20Database%20Table%20using%20PHP