PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
theda
Forum Contributor
Posts: 332 Joined: Sat Feb 19, 2005 8:35 am
Location: USA
Post
by theda » Thu Jul 14, 2005 4:04 pm
Is there a way to be able to print PHP source code so that a viewer could view the source code?
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Thu Jul 14, 2005 4:20 pm
take a look at
highlight_file()
edit:
damn, almost had to buy you lunch
hopfateam
Forum Newbie
Posts: 12 Joined: Sun May 29, 2005 6:30 pm
Location: Germany
Contact:
Post
by hopfateam » Thu Jul 14, 2005 5:20 pm
pretty nice function, never heard of it....
thx to the manual
timvw
DevNet Master
Posts: 4897 Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium
Post
by timvw » Thu Jul 14, 2005 5:37 pm
You're welcome
theda
Forum Contributor
Posts: 332 Joined: Sat Feb 19, 2005 8:35 am
Location: USA
Post
by theda » Thu Jul 14, 2005 6:53 pm
Thanks Tim, that's exactly what I needed! *is happy*