Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

I do not want to wait till a fm script (started with php) has been finished


This topic is 4944 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I am starting a fm script via php.

Php is now waiting until the fm script has been completed but I do not need that - is there any way to tell php that it should continue with its own script?

  • 2 weeks later...
Posted

Not directly no...

You might be able to simulate your desired behaviour using either the exec call and executing your file using the php.exe and it's command line support or you can open a curl based request to the page with options set to drop the connection once it's established...

Either way, it's a bit of a hack and probably not a good idea to abandon the script after you've started it.

This topic is 4944 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.