[PHP] parsing of SSI scripts.

2002-07-03 Thread Sandman
t outputs: The year is 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
> If the script is run over the web, you can just do a > fopen("http://www.example.com/script.php";); and read the result. You 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 apach

Re: [PHP] parsing of SSI scripts.

2002-07-03 Thread Sandman
; > virtual() cannot be used to include a document which is itself a PHP file. ^^ 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
he way I want to seems like a drag. -- 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
() doesn't send the ENV-variables to the script, so it's worthless 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
e NNTP interface to these lists, and I can't find the thread 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 Genera

[PHP] Is this doable?

2002-05-24 Thread Sandman
at I can have parse the HTML file this way and have it execute things it recognizes? Oh, and another question, in perl 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, s

Re: [PHP] Is this doable?

2002-05-25 Thread Sandman
> existing template engine to suit your 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