Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6047919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:24:19+00:00 2026-05-23T07:24:19+00:00

I want to write a delete button in php. So far I have echoed

  • 0

I want to write a “delete” button in php.
So far I have echoed out the form needed with a delete button for every row of data. But now I’m trying to make the delete button work so that whenever you press the delete button it only deletes that individual row of data.

Please help me. I am a beginner at this. Thanks.

echo '<form>';
              echo "<tr>
                  <th>Contact Person</th>
                      <th>E-mail / MSN address</th>
                      <th>Mobile</th>
                      <th>Direct Line</th>
                      <th>Fax</th>
                      <th>Delete</th>
                      </tr>";
              while($duty = mysql_fetch_array($result)){
              echo '<tr><td>';
              echo $duty[3].'</td>';
              echo '<td><input id='.email.' value='.$duty[4].'></td>';
              echo '<td>'.$duty[5].'</td>';
              echo '<td>'.$duty[6].'</td>';
              echo '<td>'.$duty[7].'</td>';
              echo '<td>'.'<input type='.submit.'value='.Delete.'>'.'</td></tr>';
              echo '</form></tr>';

This is what I have at the moment. Please tell me how to write this. Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:24:19+00:00Added an answer on May 23, 2026 at 7:24 am
    • first you need to add some Ids to identify which record should be deleted. (usually the primary key of the target table)

    • Then store that Id in the form using value attributes in a checkbox or a hidden text input field.

    • Finally, when user click on submit, the browser will send a POST request to the server that you have to detect and then process SQL DELETE request according to Ids recieved in the post argument.

    Here is a nice code sample as reference for your work http://www.softwareforeducation.com/lamp/phpMySQL/deleteData.php . It is using the “traditional” checkbox per record rather than a button per record as suggested in your sample.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to write to/delete a file but sometimes I get a crash if
I want to interrupt some specific grails domain class events(read,write,delete,update).Is there any hibernate eventlistner
I want to write a Swing application in Griffon but I am not sure
I want to write a little DBQuery function in perl so I can have
...I want to Show the 'delete' button when user is an admin, and show
Hi i want my java program to show a popup and gain read,write,delete file,folder
I want to write a module where on a click of a button the
I have an image upload form and it works fine. But underneath that same
I've successfully selected the Objects I want to delete. But the problem is when
How to write a getter that can not be deleted? I want to own

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.