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

  • Committer: Daniel Johansson
  • Date: 2013-04-13 12:28:26 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: maila@danieljohansson.nu-20130413122826-9mw0cil53lpzwkad
Updated stuffz on the first page

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html>
 
2
 
 
3
<?PHP
 
4
        include 'php/db.php';
 
5
        $name = $db->exec("SELECT * from Users");
 
6
?>
 
7
 
2
8
<html>
3
9
<!--
4
10
    ExtremeDating - a Hackathon 2013 project.
27
33
        <body id="wrapper">
28
34
                <div id="profile">
29
35
                        <div id="profileheader">
30
 
                                <p id="profilename">Sven Okänd</p>
 
36
                                <p id="profilename"><?php echo $name ?></p>
31
37
                        </div>
32
38
                        <div id="profileimg">
33
39
                                <img src="img/profilemockup.jpg"/>