verwijderen.php

Gesponsorde koppelingen

PHP script bestanden

  1. berekenbmi.php
  2. configuratie.php
  3. index.php
  4. installatie.php
  5. style.css
  6. toevoegen.php
  7. toevoegen_verwerken.php
  8. verwijderen.php

« Lees de omschrijving en reacties

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen, projection">
<title>Afvalcalculator - Succesvol verwijderd</title>
<style type="text/css">
<!--
.verwijderen {
font-family: Calibri;
}
-->
</style>
</head>

<body class="verwijderen">
<div class="basis">
<p>

Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
require("configuratie.php");

if(!empty($_GET["id"])){
    $id = $_GET["id"];
    $id = mysql_real_escape_string($id);
    $id = stripslashes($id);
}
else{
    echo "Er is een fout opgetreden. Keer terug en probeer opnieuw";
    exit();
}


mysql_query("DELETE FROM afvallen WHERE id='$id'")
or die("Er is een fout opgetreden tijdens het verwijderen in de database");  

?>

</p>
<meta http-equiv="refresh" content="0;URL=index.php" /></p>
</div>
</body>
</html>

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.