Jump to content

Applications


Drezard

Recommended Posts

You don't need to a Cron job to execute an application. You only setup a Cron job when you want to execute a script/application/do something at certain intervals.

What you'll want to use is the exec() function. If the application returns any output and you want to use that in your script then you'll want to use the passthru() or system() function.
Link to comment
https://forums.phpfreaks.com/topic/27758-applications/#findComment-127081
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.