Re: Re: [PHP] exec() Error

2008-06-30 Thread zhiqi pan
to:[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 &

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

Re: Re: [PHP] exec() Error

2008-06-26 Thread Jason Murray
== > Alice Wei > MIS 2009 > School of Library and Information Science > Indiana University Bloomington > [EMAIL PROTECTED] > ________________ > From: Boyd, Todd M. [EMAIL PROTECTED] > Sent: Wednesday,

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 th

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

RE: Re: [PHP] exec() Error

2008-06-26 Thread Wei, Alice J.
net Subject: RE: Re: [PHP] 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 > >

RE: Re: [PHP] exec() Error

2008-06-25 Thread Per Jessen
Boyd, Todd M. wrote: >> >> Well, "http://www.mysite.com/calculate.php"; is not an executable. >> Try this instead: >> >> exec("php /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

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.

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

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 > > tha