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
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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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