about the [php] tag

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

Post Reply
guanxin
Forum Newbie
Posts: 4
Joined: Wed Jul 26, 2006 6:20 am

about the [php] tag

Post by guanxin »

how to realise the

Code: Select all

tag?
can i find the code someplace?
thanks.
[php]<? phpinfo(); ?>[/php]
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

huh? :?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Oh wow I needed that.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

It's based on Geshi .. http://geshi.org/ .. with a bit of additional code on Feyd's part. (Think Feyd did it.. might be someone else)
guanxin
Forum Newbie
Posts: 4
Joined: Wed Jul 26, 2006 6:20 am

Post by guanxin »

onion2k wrote:It's based on Geshi .. http://geshi.org/ .. with a bit of additional code on Feyd's part. (Think Feyd did it.. might be someone else)
thank you !
Post Reply