/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: Gustav Hatvigsson
  • Date: 2013-04-14 05:57:39 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130414055739-vwcqdu91f3umwqv7
ohoeauht

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
 
<<<<<<< TREE
6
5
                        $query = "SELECT * FROM planLunch";
7
 
=======
8
 
                        $query = "SELECT * FROM Interests";
9
 
>>>>>>> MERGE-SOURCE
10
6
                        $userinfo = $db->query($query);
11
7
                        $fetch = $userinfo->fetchAll();
12
8
                        echo '<table border="1">';