/booka/newlayout

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/newlayout

« back to all changes in this revision

Viewing changes to dbEditor.php

  • Committer: Gustav Hartvigsson
  • Date: 2010-01-16 19:34:09 UTC
  • Revision ID: gego@quad-20100116193409-rfdi7yvb24hvi3ha
Fixed stiff with the url's cousing the admin panel to not show.
sorry about that.....

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
$newEndDate = $_POST[EndDate];
22
22
 
23
23
 
 
24
 
24
25
if( $newname != null && $newphone != null && $newmail != null && $newadress != null && $newStartDate != null && $newEndDate != null ){
25
26
        
26
27
        $db->queryexec("BEGIN;
39
40
        <div class="menu2">
40
41
                 <h2> You are logedin <a href="logout.php"> [logout] </a><a href=BooKa.php> [Return] </a> </h2>
41
42
                 <hr />
 
43
                 
42
44
                 <form action="dbEditor.php" method="post">
43
45
                        <div class="lefta">
44
46
                                <label for="name" <? echo $nameunset ?>>Name</label> <input type="text" name="name" <? echo $nameunset ?> /> <br />