5
$firstname = $db->exec("SELECT firstName from Users");
6
$surname = $db->exec("SELECT surName from Users");
11
ExtremeDating - a Hackathon 2013 project.
12
Copyright (C) 2013 Gustav Hartvigsson <gustav.hartvigsson@gmail.com>
13
Copyright (C) 2013 Daniel Johansson <maila@danieljohansson.nu>
16
This program is free software: you can redistribute it and/or modify
17
it under the terms of the GNU Affero General Public License as
18
published by the Free Software Foundation, either version 3 of the
19
License, or (at your option) any later version.
21
This program is distributed in the hope that it will be useful,
22
but WITHOUT ANY WARRANTY; without even the implied warranty of
23
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
GNU Affero General Public License for more details.
26
You should have received a copy of the GNU Affero General Public License
27
along with this program. If not, see <http://www.gnu.org/licenses/>.
30
<title>Lunchdating</title>
31
<link rel="stylesheet" type="text/css" href="css/main.css"/>
32
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
36
<div id="profileheader">
37
<p id="profilename"><?php echo $firstname . " " . $surname ?></p>
40
<img src="img/profilemockup.jpg"/>
41
<p id="smallheader">Personer jag vill träffa:</p>
42
<p id="profilelink">Herp Derp</p>
43
<p id="profilelink">Jane Doe</p>
44
<p id="smallheader">Personer som vill träffa mig:</p>
45
<p id="profilelink">Jane Doe</p>