A form-checking CGI script

I have provided a small CGI script which simply echos back any data which you supply.

Try this CGI script by entering data using the GET method. Try the URL:
http://www.bioinf.org.uk/teaching/bbk/biocomp2/cgi/testform.cgi?foo=bar

You can replace foo=bar with whatever name/value pair you like.

You can enter more than one name/value pair by separating them with the & character. For example:
http://www.bioinf.org.uk/teaching/bbk/biocomp2/cgi/testform.cgi?foo1=bar1&foo2=bar2

Continue