---
title: "Insert update and delete records in php"  
description: "Insert update and delete records in php"  
author: "pintu nayak"  
published: 2011-11-15  
updated: 2011-11-16  
canonical: https://www.mindstick.com/forum/353/insert-update-and-delete-records-in-php  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# Insert update and delete records in php

Hi all,\
\
How to [Insert](https://www.mindstick.com/blog/173/executing-insert-delete-or-update-query-in-sqlserver-using-ado-dot-net) [update and delete](https://www.mindstick.com/forum/156863/create-xml-file-and-also-update-and-delete-that-xml-file-automatically-in-asp-dot-net-mvc) [records](https://www.mindstick.com/forum/34640/how-to-create-a-stored-procedure-for-display-all-records) in php.\
\
Thanks\

## Replies

### Reply by pintu nayak

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](https://www.mindstick.com/forum/33620/how-to-delete-record-from-list-in-mvc-using-ajax) 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\
\
\

### Reply by Chris Anderson

Hi,\
\
You can refer the following to perform insert, [update](https://www.mindstick.com/forum/156353/what-is-hummingbird-update), [delete records](https://www.mindstick.com/interview/34306/how-do-you-add-get-update-and-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


---

Original Source: https://www.mindstick.com/forum/353/insert-update-and-delete-records-in-php

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
