php-windows Digest 31 Jul 2005 20:45:43 -0000 Issue 2746
Topics (messages 26253 through 26254):
Call dos command from php
26253 by: Kiko
26254 by: xdracox.gmail.com
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
How can I call a dos program from php and get the results back to a page?
Thanks in advance
Kiko
--- End Message ---
--- Begin Message ---
You can use system() <http://www.php.net/system> or
exec()<http://www.php.net/exec>
.
On 7/31/05, Kiko <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> How can I call a dos program from php and get the results back to a page?
>
> Thanks in advance
>
> Kiko
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---