in reply to Re: Calling a PHP script from within Perl
in thread Calling a PHP script from within Perl

The command line php interpreter is completely seperate from apache so if it's on the local machine, it really has nothing to do with apache at all, it will be loading both a perl, and php interpreter to run the program, but depending on the situation, that might me more desirable then duplicating the code in perl as far as code maintance and whatnot is concerned.


daN.
  • Comment on Re: Re: Calling a PHP script from within Perl