This is just normal html. Anytime you have something between
<?phpand
?>in your html file, the server will run it as php code before sending the html file to whoever requested it.
As usual, search online for "php tutorial", "php web form", etc. to find examples and information about the syntax and so on.
In this file, we show some basic examples of php processing using web forms. You can view the source for the file by logging into CS and going to the right directory.
Note: this form is mostly just normal html. The only php in here is to display what they had already entered before if they have already submitted the form.
The following is pulled out of the department's database.