Web Design Lab Exercise Week 3
- Experiment with using the script customize.php as demonstrated in the lecture.
Try it out under as many different browsers as you can. See what happens when you set the browser to prompt when cookies are sent,
and find out how you can display cookies under each browser.
- Modify the scripts customize.php, view_settings.php
and reset.php so that the user can choose the typeface (Arial, Times New Roman, Helvetica etc)
as well as font size and colour.
- Adapt your answer to question 2 of Lab 1 so that all values entered by the user are stored as cookies.
Write a script "welcome.php" which will greet the user in a similar way to the script
handle_form2.php in the model answer.
This should still work after you have closed the browser and restarted it.