Je moet ingelogd zijn om te stemmen.
<table width="100%" border='0' height='93%'> <tr> <td valign='top'> <?php require "header.php"; $admin = true; require "authenticatie.php"; if ($toevoegen && $categorie) { $sql = "INSERT INTO Categorie (Naam) VALUES ('$categorie')"; if (!mysql_query($sql)) { // voer SQL code uit echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database."; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>$categorie</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr> </table> <table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr> </table>
<table width="100%" border='0' height='93%'> <tr> <td valign='top'> <?php require "header.php"; $admin = true; require "authenticatie.php"; if ($toevoegen && $categorie) { $sql = "INSERT INTO Categorie (Naam) VALUES ('$categorie')"; if (!mysql_query($sql)) { // voer SQL code uit echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database."; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>$categorie</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr></table><table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr></table>
echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database."; // wordt de query goed uitgevoerd?
echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database.'; // wordt de query goed uitgevoerd?
echo "FOUT: De categorie <b>$categorie</b> is toegevoegd.";
echo "FOUT: De categorie <b>".$categorie."</b> is toegevoegd.";
<html> <head> <title>Shop // D&S - Wezep :: Beheerders-afdeling ::</title> <link rel="stylesheet" href="../css/shop.css" type="text/css" media="screen"> </head> <body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> <center> <table width="80%" height="100%" border='0'> <tr> <td bgcolor="f5f5f5" style="border-left: 1px solid #dcdcdc" style="border-right: 1px solid #dcdcdc"> <table width="100%" height="3%" border='0'> <tr> <td bgcolor="#cdcdcd"> <?php echo " <b>Admin gedeelte:</b> | <a href='index.php'>Begin</a> | <a href='cat_toevoegen.php'>Categorie toevoegen</a> | <a href='cat_wijzigen.php'>Categorie wijzigen</a> | <a href='art_toevoegen.php'>Artikel toevoegen</a> | <a href='art_verwijderen.php'>Artikelen verwijderen</a> | <a href='upl_afb.php'>Afbeelding uploaden</a> | <a href='shop_instellingen.php'>Shop instellingen</a> | <a href='../index.php'><b>Index</b></a> |"; ?> </td> </tr> </table> <table width="100%" border='0' height='93%'> <tr> <td valign='top'> <?php require "header.php"; $admin = true; require "authenticatie.php"; if ($toevoegen && $categorie) { $sql = "INSERT INTO Categorie (Naam) VALUES ('$categorie')"; if (!mysql_query($sql)) { // voer SQL code uit echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database.'; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>".$categorie."</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr> </table> <table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:[mailadres]">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr> </table> </td> </tr> </table> </center> </body> </html>
<html><head><title>Shop // D&S - Wezep :: Beheerders-afdeling ::</title><link rel="stylesheet" href="../css/shop.css" type="text/css" media="screen"></head> <body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> <center> <table width="80%" height="100%" border='0'> <tr> <td bgcolor="f5f5f5" style="border-left: 1px solid #dcdcdc" style="border-right: 1px solid #dcdcdc"> <table width="100%" height="3%" border='0'> <tr> <td bgcolor="#cdcdcd"> <?php echo " <b>Admin gedeelte:</b> | <a href='index.php'>Begin</a> | <a href='cat_toevoegen.php'>Categorie toevoegen</a> | <a href='cat_wijzigen.php'>Categorie wijzigen</a> | <a href='art_toevoegen.php'>Artikel toevoegen</a> | <a href='art_verwijderen.php'>Artikelen verwijderen</a> | <a href='upl_afb.php'>Afbeelding uploaden</a> | <a href='shop_instellingen.php'>Shop instellingen</a> | <a href='../index.php'><b>Index</b></a> |"; ?> </td> </tr></table><table width="100%" border='0' height='93%'> <tr> <td valign='top'> <?php require "header.php"; $admin = true; require "authenticatie.php"; if ($toevoegen && $categorie) { $sql = "INSERT INTO Categorie (Naam) VALUES ('$categorie')"; if (!mysql_query($sql)) { // voer SQL code uit echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database.'; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>".$categorie."</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr></table><table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:[mailadres]">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr></table> </td> </tr></table> </center> </body></html>
<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:aalt@x-alted.nl">Aalt Knikker</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>';
<center>[ <font color=\"#ff0000"\><b>Gemaakt door:</b></font> ] <a href="mailto:aalt@x-alted.nl">Aalt Knikker</a> - all rights reserved by D&S - Wezep - [ <font color=\"#ff0000"\><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>';
<table width="100%" border='0' height='93%'> <tr> <td valign='top'> <?php require "header.php"; $admin = true; require "authenticatie.php"; if ($toevoegen && $categorie) { $sql = "INSERT INTO Categorie (Naam) VALUES ('$categorie')"; if (!mysql_query($sql)) { // voer SQL code uit echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database.'; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>$categorie</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr> </table> <table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr> </table> <?php } ?>
<table width="100%" border='0' height='93%'> <tr> <td valign='top'> <?php require "header.php"; $admin = true; require "authenticatie.php"; if ($toevoegen && $categorie) { $sql = "INSERT INTO Categorie (Naam) VALUES ('$categorie')"; if (!mysql_query($sql)) { // voer SQL code uit echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database.'; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>$categorie</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr></table><table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr></table><?php } ?>
<table width="100%" border='0' height='93%'> <tr> <td valign='top'> <?php require "header.php"; $admin = true; require "authenticatie.php"; if ($toevoegen && $categorie) { $sql = "INSERT INTO Categorie (Naam) VALUES ('$categorie')"; if (!mysql_query($sql)) { // voer SQL code uit
echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database."; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>$categorie</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr> </table> <table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr> </table>
echo 'FOUT: de categorie $categorie kon niet worden toegevoegd aan de database."; // wordt de query goed uitgevoerd? } else { echo "FOUT: De categorie <b>$categorie</b> is toegevoegd."; } } else { ?> <p><div class="big">Categorie toevoegen</div><br> <form method="post" action="<?php echo $PHP_SELF ?>"> Welke categorie wilt u toevoegen?<br> Categorie: <input type="text" name="categorie"><br> <input type="submit" name="toevoegen" value="Toevoegen"> </form> </td> </tr></table><table width="100%" height="4%" border="0"> <tr> <td bgcolor='#cdcdcd'> <?php echo '<center>[ <font color="#ff0000"><b>Gemaakt door:</b></font> ] <a href="mailto:">[mijn naam]</a> - all rights reserved by D&S - Wezep - [ <font color="#ff0000"><b>Privacy Policy</b></font> ] <a href="../privacy.php">Klik hier</a></center>'; ?> </td> </tr></table>
<?php } ?>
<?php}?>
<form method="post" action="<?php $_SERVER['PHP_SELF'] ?>">