On Mon, Sep 10, 2007 at 12:13:58AM -0500, James Bennett wrote:
> 
> On 9/9/07, Arnold Chen <[EMAIL PROTECTED]> wrote:
> > I am writing an application that require "silent" post of data to a
> > specific URL. I know that is a function fsockopen in PHP which can
> > achieve this, and i am looking for function in Django like that.
> 
> http://docs.python.org/lib/module-socket.html

As it looked like he wanted to talk HTTP, maybe it'd be better to point
to:
        http://docs.python.org/lib/module-urllib.html
        http://docs.python.org/lib/module-urllib2.html

Which let you do GET and POST really quite nicely (and also have the
value added bonus of letting you use Cookies if you need them!)

Cheers,
-- 
Brett Parker

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to