first commit
This commit is contained in:
commit
c232334a67
@ -41,7 +41,7 @@ if (isset($_POST["submit"])) {
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #00ff5573;">
|
||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #87CEEB;">
|
||||
CRUD Application
|
||||
</nav>
|
||||
|
||||
@ -81,8 +81,8 @@ if (isset($_POST["submit"])) {
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button type="submit" class="btn btn-success" name="submit">Save</button>
|
||||
<a href="index.php" class="btn btn-danger">Cancel</a>
|
||||
<button type="submit" class="btn btn-dark mb-3" style="background-color: green;" name="submit">Save</button>
|
||||
<a href="index.php" class="btn btn-dark mb-3" style="background-color: red;">Cancel</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
2
edit.php
2
edit.php
@ -22,8 +22,6 @@ if (isset($_POST["submit"])) {
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@ include "db_conn.php";
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #87CEEB;">
|
||||
CRUD Application
|
||||
</nav>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user