Mike,

You're right. If you've got your comments in your PHP code, then you
need not worry about them getting to the browser because they do not
reflect in the generated output (which most times than not would likely
be HTML).

- Tim

--- Mike Brandonisio <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> It was my understanding that PHP only sends headers, echo, print
> ...etc to
> the browser. The rest is processed and stripped from the stream going
> to the
> browser. Can anyone confirm this?
> 
> Mike
> -- 
> Mike Brandonisio          *    Web Hosting
> Tech One Illustration     *    Database Applications
> tel (630) 759-9283        *    e-Commerce
> [EMAIL PROTECTED]    *    http://www.jikometrix.net
> 
>     JIKOmetrix - Reliable web hosting
> 
> 
> on 5/23/05 11:34 AM, Paul Menard at [EMAIL PROTECTED] scribbled:
> 
> > Happy Monday to all,
> > 
> > Does anyone have a slick way of filtering out coding comments from
> the
> > characters delivered to the
> > browser? What I'm getting at is in some places the comments in the
> code amount
> > to significant
> > character count. Making up close to half the character count on a
> given
> > module/class file. I would
> > like a way to exclude these from actually being delivered to the
> client
> > browser since they are of
> > no real use.
> > 
> > Seems like someone would have run across this on this list.
> > 
> > Regards,
> > 
> > P-



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to