'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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -