Passing variables 1 This links to a page called form1.html that collects info and then process'
it using php - the php page is called processMyForm.php and the form1.html
page passes a single variable called name to the processMyform.php page
which then prints it on the screen.
Passing variables 2 This links to a page called form2.html that collects info and then process'
it using php - the php page is called processMyForm2.php and the form2.html
page passes two variables called name and workplace to the processMyform2.php
page which then prints them on the screen.
Passing variables 3 This links to a page called form3.html that collects info and then process'
it using php - the php page is called processMyForm3.php and the form3.html
page passes four variables called name, workplace, city and postCode to
the processMyform3.php page which then prints them on the screen.
Passwords in PHP This launches a form that checks a password contained in a variable
located inside the password.php page - if it is correct it launches the
letmein.html page but if it isn't it uses print() to display an unsuccessful
message on the screen - the password is trev.