Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 200003

[PHP3] How to make PHP interpret the output of a CGI? From: ywliu (ywliu <email protected>)
Date: 03/04/00

Hi,

I am trying to do this with a small Perl script on Unix:

#!/usr/bin/perl
use CGI qw/:standard/;

print header();

print <<EOF;
<?
echo "hello!";
?>
EOF
 
 
 
Is it possible to make PHP interpret the PHP code 'echo "hello!"'
 of this CGI script ? I am using Apache server.
 
 Yen-Wei Liu

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>