You are here: Re: Selective rendering of part of a page « PHP Programming Language « IT news, forums, messages
Re: Selective rendering of part of a page

Posted by Umberto Salsi on 12/23/06 11:25

"Paul E Collins" <find_my_real_address@CL4.org> wrote:

> I want to skip the rendering of certain parts of a Web page if the
> user doesn't have a certain permission (e.g. a cookie). I'd like to do
> it along these lines:
>
> <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).


Mostly HTML, few PHP. Enclose the PHP code between <? ?> :

<p>Anybody can see this paragraph.</p>

<? if( $got_permission ){ ?>

<p>Not everybody can see this paragraph.</p>

<? } ?>



Mostly PHP, few HTML. Enclose the HTML code between ?> <? :

?> <p>Anybody can see this paragraph.</p> <?

if( $got_permission ){

?> <p>Not everybody can see this paragraph.</p> <?

}


Regards,
___
/_|_\ Umberto Salsi
\/_\/ www.icosaedro.it

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация