Приглашаем посетить
Орловка (orlovka.niv.ru)

[Chapter 19] 19.12 Exercises

PreviousChapter 19
CGI Programming
Next
 

19.12 Exercises

  1. Write a form that provides two input fields that are added together when the user submits it.

  2. Write a CGI script that detects the browser type making the request and says something in response. (Hint: look at the HTTP_USER_AGENT environment variable.)


PreviousHomeNext
19.11 Further ReadingBook IndexA. Exercise Answers