35
30
header('Location: ./dbEditor.php');
37
32
//end of DB manipulation.
49
38
echo " <p class='warning'>".$errorMsg."</p> <!-- this paragraph is created by the php script -->";
55
44
<label for="name" <?php echo $nameunset ?>>Name</label> <input type="text" name="name" <?php echo $nameunset ?> /> <br />
56
45
<label for="phone" <?php echo $phoneunset ?>>Phone number</label> <input type="text" name="phone" id="phone" <?php echo $phoneunset ?> /><br />