Rough Draft of SQL Implmentation in PHP

This commit is contained in:
Evan G. 2024-06-09 14:49:18 -05:00
parent f8c930c1bd
commit 683bca276e
2 changed files with 94 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<a href="../index.html">Back Home</a>
</nav>
<main>
<form action="./submit.php" method="post">
<form action="./restore.php" method="post">
<input type="text" name="fname" placeholder="name"></input>
<input type="text" name="fmessage" placeholder="Message"></input>
<input type="submit"></input>