Re: Python or PHP?

2005-04-28 Thread Alan Little
Steve Holden [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... John Bokma wrote: Alan Little wrote: Steve Holden [EMAIL PROTECTED] wrote: Your statement then becomes select * from foo where bar=1; drop table foo which is clearly not such a good idea. I'm sure

Re: Python or PHP?

2005-04-25 Thread Alan Little
Steve Holden [EMAIL PROTECTED] wrote: Your statement then becomes select * from foo where bar=1; drop table foo which is clearly not such a good idea. I'm sure Steve is very well aware of this and was just providing a simple and obvious example, nevertheless it might be worth pointing out that

xmlrpclib with technorati

2004-12-15 Thread Alan Little
I'm trying to write a generic weblog update notifier using xmlrpclib, starting with technorati. What I want to do is something like this : XML config file that would look like this: server url=http//whatever,technorati.org methodname=technoratiMethod param sequence=1 source=myAttrib1 /