So, Are you testing this on the server or on your computer?
In this part of the script:
$sql = "INSERT INTO employees (first,last,address,position) VALUES
Change it to:
$sql = "INSERT INTO employees (first, last, address, position) VALUES
By simply adding spaces in between your variables.
Also, I'll try to make the script for you, give a few minutes....