php3-list | 200003
Date: 03/04/00
- Next message: Danny Heijl: "Re: [PHP3] does flock prevent file truncation due to fopen("file",'w') ?"
- Previous message: \: "[PHP3] FATAL ERROR: Call to unsupported or undefined function..."
- Next in thread: NickM: "Re: [PHP3] How to make PHP interpret the output of a CGI?"
- Reply: NickM: "Re: [PHP3] How to make PHP interpret the output of a CGI?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Danny Heijl: "Re: [PHP3] does flock prevent file truncation due to fopen("file",'w') ?"
- Previous message: \: "[PHP3] FATAL ERROR: Call to unsupported or undefined function..."
- Next in thread: NickM: "Re: [PHP3] How to make PHP interpret the output of a CGI?"
- Reply: NickM: "Re: [PHP3] How to make PHP interpret the output of a CGI?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

