Jump to content

fmp

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

fmp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Well thats just silly :)  But I can understand the nature of such a feature would prolly be a lot more complicated in implementation than it is in idea Back to the drawing board  ::)
  2. Hey all :) I've a script that takes POST data, processes it in several ways, then sends the data off in a "repost" using fput to another website address, then makes its ending response. The fputting is all done via a custom function.  But depending on the remote site, this can take a few seconds to process. I want to be able to run my custom fput function, then just continue script execution.  As opposed to waiting for fput function to finish. I've done some searching, the only thing I could turn up were "exec" tricks.  I wanted to avoid such methods.  Doesn't PHP have a simple way of executing commands/functions in the background?  Wow that would speed a lot of things up for the end-user. Thank you in advance for your help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.