Re: Firebug
Just comment it out. If it’s within php tags then add //
just after the opening tag. If you want to hide multi-line php code then wrap whatever you want to hide like this:
/* hide this sentence */
If it’s html you want to hide then use this:
<!-- hide this sentence -->
.