'ping' a php page from within a php script without blocking -
i'd able 'ping' php page current php page, both on same server. once happens, though, don't want 'ping' hold script. possible?
more detail: want send request php page used log actions. i'll pass different parameters in url page read , process etc.
is there better way this? key want run page , move on, regardless of whether or not page i'm pinging works -- running in parallel.
what i'm using now: file_get_contents("http://domain.com/track.php?type=error&code=4");
Comments
Post a Comment