Posted by Kimmo Laine on 10/04/30 11:25
<talthen.z-serwera.o2@nospam.pl> kirjoitti
viestissδ:df55ub$9jl$1@atlantis.news.tpi.pl...
> "Kimmo Laine" <eternal.erectionN0.5P@Mgmail.com>
>
>> ob_start();
>> include('file');
>> $x = ob_get_clean();
>> echo $x;
>
> Well.. it doesn't work. I changed it to:
> <?
> $hej=5;
> ob_start();
> include('file');
> $x = ob_get_clean();
> ob_end_clean();
> echo $x;
> ?>
>
> But still it shows me non parsed "file".
>
Well then you have to start thinking why include does not parse the file.
For example: maybe it hasn't got the <?php ?> tags around it? I can't think
of that many reasons why include wouldn't parse a file, but if it does, and
when it does, that's how you get the output of it. Just find out why parsing
fails.
--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>
Kimmo Laine <eternal.erectionN0@5P4Mgmail.com>
Navigation:
[Reply to this message]
|