php-general | 2001092
Date: 09/26/01
- Next message: Geir Eivind Mork: "[PHP] Re: 2 decimal places"
- Previous message: Philip Olson: "RE: [PHP] display query results at random"
- In reply to: Anthony: "[PHP] Running Programs....."
- Next in thread: Lukas: "[PHP] Re: Running Programs....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Geir Eivind Mork: "[PHP] Re: 2 decimal places"
- Previous message: Philip Olson: "RE: [PHP] display query results at random"
- In reply to: Anthony: "[PHP] Running Programs....."
- Next in thread: Lukas: "[PHP] Re: Running Programs....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

