/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to look_in_db.php

  • Committer: Daniel Johansson
  • Date: 2013-04-14 05:10:39 UTC
  • Revision ID: maila@danieljohansson.nu-20130414051039-rs72wxozzalakqtu
added support for accepts and declines in a ugly way

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        <body>
3
3
                <?php
4
4
                        include "./php/db.php";
5
 
                        $query = "SELECT * FROM Users";
 
5
                        $query = "SELECT * FROM planLunch";
6
6
                        $userinfo = $db->query($query);
7
7
                        $fetch = $userinfo->fetchAll();
8
8
                        echo '<table border="1">';