may be you can use ajax for that. i have tried and it works wonders.
--~--~-~--~~~---~--~~
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 unsubs
On 9/10/07, Brett Parker <[EMAIL PROTECTED]> wrote:
> 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
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 fo
How come i don't remember using the python socket ? thanks James
On Sep 10, 1:13 pm, "James Bennett" <[EMAIL PROTECTED]> 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
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.
Dear All,
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.
fsockopen is used to Open Internet or Unix domain socket connection.
and you can post
6 matches
Mail list logo