Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

RE: [PHP] Running Programs..... From: Maxim Maletsky \(PHPBeginner.com\) (php-general <email protected>)
Date: 09/26/01

Try one of the following:

 exec() php.net/exec
 system() php.net/system

Maxim Maletsky
PHPBeginner.com

-----Original Message-----
From: Anthony [mailto:apercival13 <email protected>]
Sent: mercoledi 26 settembre 2001 20.05
To: php-general <email protected>
Subject: [PHP] Running Programs.....

<posted & mailed>

Im trying to use PHP to execute a program, called J-Express, and its run

through the command shell through ./J-Express.
What do I use in PHP so that this program will be automatically opened
through my website.
I have tried a whole variety of things, but cant seem to find anything
that
actually opens a program that the user can use.

Thanks

Anthony

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected> To
contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>