Re: [Tutor] Timer on CGI

2005-09-19 Thread Adam Cripps
On 9/19/05, Alan Gauld <[EMAIL PROTECTED]> wrote: > > 1. I want to store the results in a mySQL database - I've done > > this > > kind of thing before using PHP - are there any good tutorial > > resources > > for using mysql with python? > > There is a generic DB API howto document and I have a da

Re: [Tutor] Timer on CGI

2005-09-19 Thread Alan Gauld
> 1. I want to store the results in a mySQL database - I've done > this > kind of thing before using PHP - are there any good tutorial > resources > for using mysql with python? There is a generic DB API howto document and I have a database topic in my tutor which uses SQLite but the basic princ

Re: [Tutor] Timer on CGI

2005-09-19 Thread Christopher Arndt
Adam Cripps schrieb: > Some of my pupils at school are working through simple mathematic > problems (multiplication tables) through my website. I basically show > some tables, they enter the results and then get feedback on how they > did. > > I have two questions - and my guess is that one will b

[Tutor] Timer on CGI

2005-09-19 Thread Adam Cripps
Some of my pupils at school are working through simple mathematic problems (multiplication tables) through my website. I basically show some tables, they enter the results and then get feedback on how they did. I have two questions - and my guess is that one will be easier than the other. 1. I w