What happens if a file with PHP code is given the extension htm instead of php? In the browser view the page source of the .htm
version and .php version. How do they differ?
Distinguish between PHP's GET and POST methods.
Possible Resources:
Programming PHP (Tatroe, MacIntyre & Lerdorf) p. 177
Lab: Make an HTML form (with a text input for a username, a select drop-down for a team member, an email input and a submit button)
and a PHP page that handles the form displaying the posted values and sending an email to the address provided. Post the files
on La Salle's alpha server. Send me the URL of your page.
PuTTY: application for SSH (Secure Shell)
lets you access a machine's command prompt without being physically in front of it. see also
PuTTY/SSH Intro Tutorial