Browsing a Computer and Opening a File
Moderator: General Moderators
-
anthony88guy
- Forum Contributor
- Posts: 246
- Joined: Thu Jan 20, 2005 8:22 pm
Browsing a Computer and Opening a File
I would like to make something can browse a person computer, and then execute that file. Can anyone help?
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.
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.