Jump to content

Can PHP call a external .exe?


Disowned

Recommended Posts

I want to know because I'm trying to build a web application that will take a video file from a user, convert that file to a another codec, and present the user with that converted file.

 

I have a free .exe that does just that but I was wondering it was possible to get PHP to call that file?

Link to comment
https://forums.phpfreaks.com/topic/157664-can-php-call-a-external-exe/
Share on other sites

I noticed exec() doesn't allow you specify the path the .exe is in (like /root/app/exe.exe .) I saw another function called pcntl_exec() that does so but I have no real idea on how to use it. It says you have to have it located in !#/usr/bin/cgi, what exactly does that mean?

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.