Re: Re: [PHP] exec() Error

2008-06-30 Thread zhiqi pan
To: Boyd, Todd M.; php-general@lists.php.net Subject: RE: Re: [PHP] exec() Error Hi, Todd: It looks like I have some other errors in my Perl code, and I got it fixed, switched the permission to 755, and made attempts to call it using cURL through my working PHP script

RE: Re: [PHP] exec() Error

2008-06-27 Thread Boyd, Todd M.
-Original Message- From: Wei, Alice J. [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 7:50 AM To: Boyd, Todd M.; php-general@lists.php.net Subject: RE: Re: [PHP] exec() Error Hi, Todd: It looks like I have some other errors in my Perl code, and I got it fixed

RE: Re: [PHP] exec() Error

2008-06-26 Thread Per Jessen
Boyd, Todd M. wrote: Well, http://www.mysite.com/calculate.php; is not an executable. Try this instead: exec(php path/calculate.php); I still don't think this is how exec() should be used when executing remote PHP scripts via HTTP, since the web server is not going to give you the

RE: Re: [PHP] exec() Error

2008-06-26 Thread Wei, Alice J.
] exec() Error -Original Message- From: Wei, Alice J. [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 3:31 PM To: Boyd, Todd M.; Per Jessen; php-general@lists.php.net Subject: RE: Re: [PHP] exec() Error ---8--- snip Well, http://www.mysite.com/calculate.php

RE: RE: Re: [PHP] exec() Error

2008-06-26 Thread Boyd, Todd M.
-Original Message- From: Per Jessen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 1:11 AM To: php-general@lists.php.net Subject: RE: Re: [PHP] exec() Error Boyd, Todd M. wrote: Well, http://www.mysite.com/calculate.php; is not an executable. Try this instead

RE: RE: Re: [PHP] exec() Error

2008-06-26 Thread Per Jessen
Boyd, Todd M. wrote: PHP or other programming languages? For example, C, Python, or Perl. And that works just fine using exec(). Well... if she was trying to execute *LOCAL* PHP code from within a PHP script that was already running (which she was not), why would you suggest that she use

Re: Re: [PHP] exec() Error

2008-06-26 Thread Jason Murray
] From: Boyd, Todd M. [EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 5:07 PM To: Wei, Alice J.; php-general@lists.php.net Subject: RE: Re: [PHP] exec() Error -Original Message- From: Wei, Alice J. [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25

Re: [PHP] exec() Error

2008-06-25 Thread Per Jessen
Wei, Alice J. wrote: I have got a task from my client asking me to build something that allows the variables in the PHP file passed to another PHP file or a file in a different computer language to perform some operations on another remote machine. According to

RE: [PHP] exec() Error

2008-06-25 Thread Wei, Alice J.
___ From: Per Jessen [EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 3:47 PM To: php-general@lists.php.net Subject: Re: [PHP] exec() Error Wei, Alice J. wrote: I have got a task from my client asking me to build something that allows

RE: Re: [PHP] exec() Error

2008-06-25 Thread Boyd, Todd M.
-Original Message- From: Per Jessen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 2:48 PM To: php-general@lists.php.net Subject: Re: [PHP] exec() Error Wei, Alice J. wrote: I have got a task from my client asking me to build something that allows

RE: Re: [PHP] exec() Error

2008-06-25 Thread Wei, Alice J.
From: Boyd, Todd M. [EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 4:25 PM To: Per Jessen; php-general@lists.php.net Subject: RE: Re: [PHP] exec() Error -Original Message- From: Per Jessen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25

RE: Re: [PHP] exec() Error

2008-06-25 Thread Boyd, Todd M.
-Original Message- From: Wei, Alice J. [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 3:31 PM To: Boyd, Todd M.; Per Jessen; php-general@lists.php.net Subject: RE: Re: [PHP] exec() Error ---8--- snip Well, http://www.mysite.com/calculate.php; is not an executable. Try