This form throws an errors saying something about the variable in the line with VALUES not being defined. How do I fix this form with PhP to add a record to a table in my database?
<html>
<body>
<?php
$page_title = 'CreateEmployee';
// Check if the form has been submitted:
if...