Hello sir, 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
Hi, 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
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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