[PHP] Re: Perl script passing variables to a PHP script

2006-01-15 Thread David Dorward
John Meyer wrote:

 Hi,  If I have a perl script to rip off the mp3 tag information, can I
 have that script then pass them into the PHP file?

PHP::Interpreter looks like it will do the job.
http://www.annocpan.org/~GSCHLOSS/PHP-Interpreter-1.0.1/lib/PHP/Interpreter.pm

-- 
David Dorward   http://blog.dorward.me.uk/   http://dorward.me.uk/
 Home is where the ~/.bashrc is

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: Perl script passing variables to a PHP script

2006-01-15 Thread John Meyer
David Dorward wrote:
 John Meyer wrote:
 
 Hi,  If I have a perl script to rip off the mp3 tag information, can I
 have that script then pass them into the PHP file?
 
 PHP::Interpreter looks like it will do the job.
 http://www.annocpan.org/~GSCHLOSS/PHP-Interpreter-1.0.1/lib/PHP/Interpreter.pm
 

Thanks, I'll be looking into that.  I also went to phpclasses.org and
found something that may be useful as well.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php