php tags

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

php tags

Post by method_man »

has the code for this forums php tags been released yet?
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

I believe it's a standard PHPBB mod.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

We used to have custom built PHP syntax highlighting, but lost it with the upgrades..
As of right now I'm fairly sure we are using a mod from phpbb.com.
Deemo
Forum Contributor
Posts: 418
Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC

Post by Deemo »

i asume its this one PHP Syntax Highlighter

I was bored so i found it for ya :)
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: php tags

Post by Chris Corbyn »

method_man wrote:has the code for this forums php tags been released yet?
Well... if you're looking to make your code pretty like that then you're looking for these standard PHP functions.

highlight_file()
highlight_string()
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

Post by method_man »

thanks :D
Post Reply