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 want/have to do it -
something different and more complex - in my case via Perl).
So I'm thinking how to do it best.

Scenario looks like:

1. user comes to website (PHP), fill in text-area, click SEND
button to cgi-bin/uppercase.cgi

No problem. The whole point of CGI is to not have to worry about what a program/script is written in.

2. on my server in uppercase.cgi all text change to uppercase and
this result I want send back via _PHP_ to user.

Um, wouldn't it be a lot better if you sent back the results using HTML?

I think he means that he wants his perl to generate HTML containing PHP.

Understood. My point was more along the lines of: "What do you really want to do, and why don't you state that clearly, instead of making us mind-read?"



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to