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

Remember that "Django" is not a programming language; Django is
written in Python, and does not try to duplicate things Python already
handles. So when you find yourself looking for the counterpart to
something you're used to from another language, the Python
documentation is the best place to check.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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