- To: Michael Lake <Mike.Lake@xxxxxxxxxx>
- Subject: Re: [SLUG] OT? Printing and viewing PHP code from WWW.
- From: Matthew Dalton <matthewd@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Oct 25 14:49:19 2000
- Cc: SLUG <slug@xxxxxxxxxxx>
Michael Lake wrote:
> Im a bit stumped here and the topic is a bit OT as it would
> also prob occur if I was on a windows machine :-)
Shame on you, Mike!
> I just want to save the pages and view/print them later to
> teach myself PHP.
> Suggestions?
Write a filter to get rid of the <PRE> tags, or replace them with
something else.
Stick it in a printcap entry, then use that printer definition to print
from Netscape.
I'd use perl, but you might prefer something else.
Overkill?
Matthew