I need to make an asynchronous post to another php script. How do I specify that? Can I specify that? The ideal would be for me to be able to post to a php script, which answers the post right away to let the caller know it is on the job and then on its own time it would perform the requested actions like write a remote backup file or email someone as required. I know that some servers limit chron job usage. Therefore, I am hoping to accomplish this in the post process where I post from one script to another. Any ideas? Thanks.