PHP connection to MySQL database for additional pruning--delete

Source: Internet
Author: User
Tags php database

Delete:

1. Home

add <td><a href= ' dele.php?id={$i in foreach[0]}' > delete </a></td>

add   $sql = "select * From Student.student WHERE is_delete = 0 ";  < Span style= "color: #660000;" > (used when the second method is modified)

2. Create a new dele.php database delete

<?Php$id = $_get[‘Id‘]; $db =New Mysqli ("localhost","Root","Root","Student");//1// $sql = "Delete from student.student WHERE sno = {$id}"; Span style= "color: #008000;" >//if ($db->query ($sql)) {//  header ("location:crud.php"); //}; //2$SQL2 =  "update Student Set is_delete = ' 1 ' WHERE Sno = {$id} ;< Span style= "color: #0000ff;" >if ($db->query ($sql 2)) {header (location:crud.php ");}      

Two ways to delete

1, directly delete 2, modify the database Is_delete Click Delete inside the 0 changes to 1, but need to add in the home page only show the database Is_delete 0 of the data

Test it.

1, click Delete Try this line 1213 Diiudiudiu 1960-08-20 00:00:00 576685

2. Display

3. Successful ^-^

PHP connection to MySQL database for additional pruning--delete

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.