Posting a variable to a script without waiting for an answer
Posted: Tue Oct 28, 2008 10:28 am
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!
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!