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
guanxin
Forum Newbie
Posts: 4 Joined: Wed Jul 26, 2006 6:20 am
Post
by guanxin » Wed Jul 26, 2006 7:50 am
how to realise the
Code: Select all
tag?
can i find the code someplace?
thanks.
[php]<? phpinfo(); ?>[/php]
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Wed Jul 26, 2006 8:10 am
huh?
Benjamin
Site Administrator
Posts: 6935 Joined: Sun May 19, 2002 10:24 pm
Post
by Benjamin » Wed Jul 26, 2006 8:14 am
Oh wow I needed that.
onion2k
Jedi Mod
Posts: 5263 Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com
Post
by onion2k » Wed Jul 26, 2006 8:48 am
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 » Wed Jul 26, 2006 8:59 am
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 !