[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: any chance to se PHP incorporated in wml?
- From: Denis Barbier <nospam@thanx>
- Date: Fri, 2 Apr 1999 18:04:37 +0200 (CEST)
On Fri, 2 Apr 1999, Davor Cengija wrote:
> On Thu, 1 Apr 1999, Jim Hebert wrote:
> ><perl>
> >open PHP, "|/usr/local/bin/php > /home/me/tmp/php-tmp$$"; # watch for races!
> >print PHP <<END_OF_PHP;
> >php3 code goes here
> >END_OF_PHP
> >close PHP;
> >open PHP, "</home/me/tmp/php-tmp$$";
> >print <PHP>;
> >close PHP;
> ></perl>
>
> actually, this works! but with one big limitation: i have to
> escape every special character, since php uses the same way of
> variable naming, $variable, as perl.
print PHP <<'END_OF_PHP';
php3 code goes here
END_OF_PHP
Denis
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com