/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 php/sidepanel.php

  • Committer: Daniel Johansson
  • Date: 2013-04-14 01:42:49 UTC
  • Revision ID: maila@danieljohansson.nu-20130414014249-hqxw98xv625id4qy
Continued to reorganize

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<a href="profile.php?uid=<?php echo $username; ?>" class="profilename"><?php echo $firstName . " " . $surName;?></a>
3
3
<p class="smallheader">Personer jag vill träffa:</p>
4
4
<?PHP
5
 
/*
6
 
    ExtremeDating - a Hackathon 2013 project.
7
 
    Copyright (C) 2013 Gustav Hartvigsson <gustav.hartvigsson@gmail.com>
8
 
    Copyright (C) 2013 Daniel Johansson <maila@danieljohansson.nu>
9
 
 
10
 
 
11
 
    This program is free software: you can redistribute it and/or modify
12
 
    it under the terms of the GNU Affero General Public License as
13
 
    published by the Free Software Foundation, either version 3 of the
14
 
    License, or (at your option) any later version.
15
 
 
16
 
    This program is distributed in the hope that it will be useful,
17
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
    GNU Affero General Public License for more details.
20
 
 
21
 
    You should have received a copy of the GNU Affero General Public License
22
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
23
 
*/
24
5
        $relationinfo = $db->query("SELECT user2 from dateInterests WHERE(user1='$username')");
25
6
        $relationstring = $relationinfo->fetchAll();
26
7
        echo '<UL>';
54
35
                }
55
36
        }
56
37
        echo '</UL>';
57
 
?>
 
38
?>
 
 
b'\\ No newline at end of file'