Re: Perl out to PHP

2005-02-04 Thread Gary Stainburn
On Thursday 03 February 2005 6:50 pm, Paul Archer wrote: > 4:19pm, Ing. Branislav Gerzo wrote: > > Hi all, > > > > My friend is making website in PHP, but my scripts are in Perl, for > > example user write some text, and I want for example print it > > uppercase (I know, bad example, but I want/hav

RE: Perl out to PHP

2005-02-04 Thread Thomas Bätzler
Ing. Branislav Gerzo <[EMAIL PROTECTED]> asked: > 2. on my server in uppercase.cgi all text change to uppercase and this >result I want send back via _PHP_ to user. Theoretically it should suffice to make sure that your output has the proper MIME type for a PHP document, i.e. "application/x-ht

Re: Perl out to PHP

2005-02-04 Thread Paul Archer
8:20am, Gary Stainburn wrote: On Thursday 03 February 2005 6:50 pm, Paul Archer wrote: 4:19pm, Ing. Branislav Gerzo wrote: Hi all, My friend is making website in PHP, but my scripts are in Perl, for example user write some text, and I want for example print it uppercase (I know, bad example, but I

Re: Perl out to PHP

2005-02-04 Thread Ing. Branislav Gerzo
Paul Archer [PA], on Friday, February 4, 2005 at 08:14 (-0600 (CST)) thinks about: >> I think he means that he wants his perl to generate HTML containing PHP. PA> Understood. My point was more along the lines of: "What do you really want PA> to do, and why don't you state that clearly, instead of

Re: Perl out to PHP

2005-02-04 Thread Gary Stainburn
On Friday 04 February 2005 2:23 pm, Ing. Branislav Gerzo wrote: > Paul Archer [PA], on Friday, February 4, 2005 at 08:14 (-0600 (CST)) > > thinks about: > >> I think he means that he wants his perl to generate HTML > >> containing PHP. > > PA> Understood. My point was more along the lines of: "What

Re: Perl out to PHP

2005-02-04 Thread Brad Lhotsky
On Fri, Feb 04, 2005 at 03:23:49PM +0100, Ing. Branislav Gerzo wrote: > Paul Archer [PA], on Friday, February 4, 2005 at 08:14 (-0600 (CST)) > thinks about: > > >> I think he means that he wants his perl to generate HTML containing PHP. > > PA> Understood. My point was more along the lines of: "W

RE: Perl out to PHP

2005-02-04 Thread Thomas Bätzler
Ing. Branislav Gerzo <[EMAIL PROTECTED]> asked: > user come to website, write in textbox some IPs, I want send > this input to my perl script (parse that text, takes IPs, do > operation with them - insert them to database, check > them...), and send results via _PHP_ to user. I have a really na

Re: Perl out to PHP

2005-02-04 Thread Nestor Florez
How about this: 1) first page is php with action to a perl page 2) page is a perl page that process the info and redirects to a the first page 3) back to first page but here you check the referrer and if it is a perl page then display your data other wise is just the first time the php pag

Re: Perl out to PHP

2005-02-04 Thread thiago
Why use Perl out to PHP ??? > How about this: > > 1) first page is php with action to a perl page > > 2) page is a perl page that process the info and redirects to a the first > page > > 3) back to first page but here you check the referrer and if it is a perl > page then > display your dat