in reply to
Make PHP Execute in CGI output
On a unix box, just change the shebang line: #!user/lib/pathtophp/php //PHP code starts here echo "Wuzzup, world!";
Comment on
Re: Make PHP Execute in CGI output
In Section
Seekers of Perl Wisdom