John Salerno wrote:
> Ok, before I contact my server host, I figured I should make sure I'm 
> not just making a Python mistake. I get an Internal Server Error with 
> this script:

Ok, got some help from Dennis Bieber and he solved it. I was using 
number(), which is a SQL but not a MySQL command. I needed to use 
something else, like int().

Thanks!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to