Example #1
0
                    </div><!--End of item header -->
                    <div class="item-content "><!--Begin of item content, shows a preview of the vacany-->
                      <div class="desc">
                        <p>
                          ' . substr($get_vacature['vacature'], 0, 350) . '...
                        </p>
                      </div>
                    </div><!--End of item content -->
                    <div class="expand">
                      <span><a href="vacature.php?vacatureID=' . $_GET['vacatureID'] . '">wijzig vacature</a></span>
                    </div>
                  </div><!--End of one item -->
                  ';
}
if (isset($_POST['vacatureID'])) {
    $vacature->delete_vacature($_POST['vacatureID']);
    echo '<script>location.href="."</script>';
}
?>
              </div>
            </div>
            <!-- /.container-fluid -->

        </div>
        <!-- /#page-wrapper -->

    </div>
    <!-- /#wrapper -->

    <!-- jQuery -->
    <script src="../js/jquery.js"></script>