Re: exec() launched from Linux for Win commands
From: brian (brian_at_cc.gatech.edu)
Date: 11/20/03
- Next message: Matthias Esken: "Re: exec() launched from Linux for Win commands"
- Previous message: Matthias Esken: "Re: copying a multidimensional array to $_SESSION"
- In reply to: Paolo Scolamacchia: "exec() launched from Linux for Win commands"
- Next in thread: Matthias Esken: "Re: exec() launched from Linux for Win commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 Nov 2003 13:30:18 -0500
p.scolamacchia-STOP-S-P-A-M-NOW@quantel.it idiotically stated:
> Now it returns : res_command=127 and it does not work ( = it does
> not start WINEDIT.EXE)
>
> What is missing or wrong in my job?
>
> Any suggestion or hint will be very useful, thanks in advance for
> your help. Regards,
> Paolo
PHP is server side, it can't do anything at all on the (client) PC. If it
could it would be the biggest security hole ever made.
So what this basically means is that you're trying to run a windows command
on a linux box, which obviously isn't going to work.
-- brian ... brian@cc www.brianculler.com
- Next message: Matthias Esken: "Re: exec() launched from Linux for Win commands"
- Previous message: Matthias Esken: "Re: copying a multidimensional array to $_SESSION"
- In reply to: Paolo Scolamacchia: "exec() launched from Linux for Win commands"
- Next in thread: Matthias Esken: "Re: exec() launched from Linux for Win commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|