[PHP] parsing of SSI scripts.

2002-07-03 Thread Sandman
class=aThe year is ? print date(Y); ?/span Now, if I use system() or shell_exec(), the output is just printed to the page and whatever php code there is is ignored. Is there ANY way to have the output parsed to make the above say The year is 2002? -- Sandman[.net] -- PHP General Mailing List

Re: [PHP] parsing of SSI scripts.

2002-07-03 Thread Sandman
can do the same for any other script that's run through the web b/c you'll receive it's parsed output, not the source. But apache won't parse CGI-scripts for php syntax, will they? And that seems like a bad work-around. -- Sandman[.net] -- PHP General Mailing List (http://www.php.net

Re: [PHP] parsing of SSI scripts.

2002-07-03 Thread Sandman
. ^^ But my SSI script outputs data that contains PHP scripts, which I want to have parsed. -- Sandman[.net] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parsing of SSI scripts.

2002-07-03 Thread Sandman
powerful and would completely replace the need for SSI. PHP more powerful than Perl?? I disagree violently of course. And since this is a -HUGE- perlscript which is pretty advanced, having to re-code it in PHP just because PHP can't have it parsed the way I want to seems like a drag. -- Sandman

Re: [PHP] parsing of SSI scripts.

2002-07-03 Thread Sandman
anyway... :( -- Sandman[.net] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Parsing CGI for PHP?

2002-07-08 Thread Sandman
Can this be done with apache 1.3 ? I want to have the output of my CGI-script to be parsed with PHP, or rather, have the php within the ? .. ? parsed, of course, since the script outputs alot more than just php-code. Is it possible? -- Sandman[.net] -- PHP General Mailing List (http

Re: [PHP] Parsing CGI for PHP?

2002-07-08 Thread Sandman
you're talking about (and the listing spans over a week). I would be very glad if you would support me by naming the thread subject that recently discussed this matter. Thanks in advance! -- Sandman[.net] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Is this doable?

2002-05-24 Thread Sandman
there is the print qq{Hello Sandman}; function, where you can use '' how much you like, I do really hate to metaquote everything I do in PHP, so is there a similar function, and preferably not the print KEYWORD; variant. Anyway, thanks in advance, or something :) -- Sandman[.net] -- PHP General

Re: [PHP] Is this doable?

2002-05-25 Thread Sandman
needs. There are plenty of them out there. I have no problem with learning PHP, I like it alot. But in some instances, I like the RXML approcah better. You talk about template engines, what are they and can you name some examples? -- Sandman[.net] -- PHP General Mailing List (http