Have a look at this post http://www.raspberrypi.org/phpBB3/viewt ... =32&t=8429, you'll need to dig around in it but there's some good info.
Dave.
Code: Select all
place=sentence.find("#CAPITALISE")
if place != -1:
place+=11
sentence[place]=sentence[place].upperCode: Select all
<form method=POST action="python cgi101.py">