Re: exec() launched from Linux for Win commands

From: brian (brian_at_cc.gatech.edu)
Date: 11/20/03


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


Relevant Pages