EXTERNAL PROGRAM EXECUTION
Posted: Tue Jun 13, 2006 2:17 am
the problem is pretty simple, I run my page on a browser. I need the page to execute an external program that is located in my local disk, how do I do it.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
You can't. PHP cannot touch the remote computer like that. Sorry to be the bearer of bad newsmario wrote:the problem is pretty simple, I run my page on a browser. I need the page to execute an external program that is located in my local disk, how do I do it.