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