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!
Posting a variable to a script without waiting for an answer
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Posting a variable to a script without waiting for an answer
So do you mean like an href call?