> > you are using GET instead of POST? GET is the default
> > submission method but POST is nearly always better and
> > should avoid the problem here. (I think, I haven't tried it!)
>
> I believe the python CGI module is submission-method agnostic 

Thats true, but to frig it you would need to know how to read 
and interpret html form code and how to manually construct 
a GET url string complete with correct escape characters etc.

It isn't impossible but simply answering the quiz is a lot easier! ;-)

In fact any kid smart enough to do all of that probably deserves 
to marks anyhow, regardless of cheating!

Alan G.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to