Update profile.php
This commit is contained in:
@@ -23,6 +23,13 @@ $email = $_SESSION["email"];
|
||||
</head>
|
||||
<body>
|
||||
<h4>Your Profile (<?php echo($username); ?>)</h4>
|
||||
<div class="container mt-5">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h4>Your Profile (<?php echo($username); ?>)</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form action="profile.php" method="post">
|
||||
<div class="form-group">
|
||||
@@ -36,5 +43,7 @@ $email = $_SESSION["email"];
|
||||
<button type="submit" class="btn btn-primary btn-block">Update</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user