/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:43:09 UTC
  • mfrom: (49.1.2 extremedating)
  • Revision ID: maila@danieljohansson.nu-20130414014309-zktupwya66vzojpr
merge

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
*/
5
24
        $relationinfo = $db->query("SELECT user2 from dateInterests WHERE(user1='$username')");
6
25
        $relationstring = $relationinfo->fetchAll();
7
26
        echo '<UL>';
35
54
                }
36
55
        }
37
56
        echo '</UL>';
38
 
?>
 
 
b'\\ No newline at end of file'
 
57
?>