Page 1 of 1

Posting a variable to a script without waiting for an answer

Posted: Tue Oct 28, 2008 10:28 am
by iamkoby
Hi !

I'm looking for hours for a way to call a script with a variable (it can be either GET or POST) but without waiting for the script to reply.

This script takes at least 7 seconds to respond so if i'm using file_get_contents I'm left with a suspend of 7+ seconds in my script.

I have NO interest in the response of that script since it returns nothing so how can I just call it, leaving it to work and continue in my own script ?

Your help is greatly appreciated. Thank you!

Re: Posting a variable to a script without waiting for an answer

Posted: Wed Oct 29, 2008 8:44 am
by iamkoby
anyone? :(

Re: Posting a variable to a script without waiting for an answer

Posted: Wed Oct 29, 2008 10:44 am
by aceconcepts
So do you mean like an href call?