Your PHP tags are incorrect. Use and ?>
to tell PHP to start and stop interpreting the code between them. Also, make sure you're closing the form element (I only see you're opening it) using
and that you indeed have all those fields contained inside of it.