Jump to content

calling a script with php


priceey

Recommended Posts

Hello

 

I am currently writing a web interface for a software build.

 

on the final page, it calls a bash script

 

at the moment, the script takes a good 1/2 hour to work, so my final page is taking ages to be displayed.

 

is there any way i can run the script in the background, without having to wait for the page to load?

 

shell_exec('location/of/script');

Link to comment
https://forums.phpfreaks.com/topic/75477-calling-a-script-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.