|
Posted by Darko on 05/25/07 17:53
On May 25, 5:27 pm, Jeff Johns <phpf...@gmail.com> wrote:
> On May 12, 7:17 am, -Lost <maventheextrawo...@techie.com> wrote:
>
>
>
> > Gilles Ganault wrote:
> > > On Wed, 09 May 2007 07:41:00 +0100, Geoff Berrow
> > > <blthe...@ckdog.co.uk> wrote:
> > >> As well as using heredoc you could just drop out of php
>
> > > Yup, thanks for the idea.
>
> > I realize I am a tad late to the conversation, but...
>
> > It is not recommended to output content that is not dynamic.
>
> > There is *never* a need to in my opinion.
>
> > --
> > -Lost
> > Remove the extra words to reply by e-mail. Don't e-mail me. I am
> > kidding. No I am not.
>
> I agree with -Lost, why do this if nothing is dynamic.
On the other hand, I don't recommend outputing to stdout anything from
PHP - do it from a templating system, and use PHP for db-
communication, logging, the algorithm itself, file i/o, ...
Navigation:
[Reply to this message]
|