Page 1 of 1

about the [php] tag

Posted: Wed Jul 26, 2006 7:50 am
by guanxin
how to realise the

Code: Select all

tag?
can i find the code someplace?
thanks.
[php]<? phpinfo(); ?>[/php]

Posted: Wed Jul 26, 2006 8:10 am
by JayBird
huh? :?

Posted: Wed Jul 26, 2006 8:14 am
by Benjamin
Oh wow I needed that.

Posted: Wed Jul 26, 2006 8:48 am
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)

Posted: Wed Jul 26, 2006 8:59 am
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 !