I want to make a form that submits data from user input into a database. However, when making the form, it does not appear in the browser.
Here is the code.
echo '<form name="submit" method="post" action="reservation_confirm.php">';
echo '<Confirm: <input type="submit" name="confirm" value="confirm">';
echo '</form>';
<from Confirm, you're trying to parse it as HTML.<to show before Confirm thenecho '>Confirm: ...