Page 1 of 1

Browsing a Computer and Opening a File

Posted: Fri Mar 04, 2005 12:27 pm
by anthony88guy
I would like to make something can browse a person computer, and then execute that file. Can anyone help?

Posted: Fri Mar 04, 2005 1:03 pm
by feyd
from the server? not possible without Java or ActiveX.

Posted: Fri Mar 04, 2005 2:49 pm
by calcop
good for you.. make it! what is your question?

if your question is 'how do i do it?' then start with the information im listing.

PHP's Directory Functions:
http://us3.php.net/dir

PHP's Function for Executing External Programs:
http://us2.php.net/function.exec

that is all you need for what you want to make.