Posted by Geoff Berrow on 12/23/06 11:11
Message-ID: <BIedncwyzLVbaRHYnZ2dnUVZ8qCqnZ2d@bt.com> from Paul E
Collins contained the following:
><p>Anybody can see this paragraph.</p>
><? start_protected_section($got_permission); ?>
><p>Not everybody can see this paragraph.</p>
><? end_protected_section(); ?>
>
>Is it possible to disable the rendering of a section outside the code
>like this (perhaps by setting a PHP flag to redirect subsequent
>output)? I don't really want to complicate things by moving part of
>the page into a separate "include file" or mixing the HTML and PHP by
>using a here-document (the <<<END syntax).
<?php
if($condition){
?>
protected html here
<?php
}
?>
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|