/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 Hartvigsson
  • Date: 2013-04-15 16:46:05 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130415164605-wnyjleu697qa5fc7
Made the uploaded files take less space in the databas, though the use of
a stupid scaling and croping algorithem.
Old files images stored in the database are cropped and farmated when outputed.

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 planLunch";
 
5
                        $query = "SELECT * FROM Users";
6
6
                        $userinfo = $db->query($query);
7
7
                        $fetch = $userinfo->fetchAll();
8
8
                        echo '<table border="1">';