RE: [PHP] Running Programs.....

2001-09-25 Thread Maxim Maletsky \(PHPBeginner.com\)


Try one of the following:

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



Maxim Maletsky
PHPBeginner.com



-Original Message-
From: Anthony [mailto:[EMAIL PROTECTED]] 
Sent: mercoledi 26 settembre 2001 20.05
To: [EMAIL PROTECTED]
Subject: [PHP] Running Programs.




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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Running Programs.....

2001-09-25 Thread Anthony



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]