Re: [PHP] Calling PHP function from Perl - as external program

2002-02-07 Thread Analysis and Solutions
Hey Vaclav: Vaclav Muchna wrote: > > system('/fullpath/ob', '100'); > produce this message: > > X-Powered-By: PHP/4.1.0 > Content-type: text/html > No input file specified. > > but, when i remove -q parametr from ob, it procude this message: > > X-Powered-By: PHP/4.1.0 > Content-type: text/ht

[PHP] Calling PHP function from Perl - as external program

2002-02-07 Thread Vaclav Muchna
Hi, What i need 2 do is call some php script from perl code. I've whole site written in Perl, and i'd like to use there adv. system written in PHP :-) First i thought, that it will be easy. I've this codes: * perl function get_banner(): system('/fullpath/ob'