Page 1 of 1

Source Code

Posted: Mon Dec 10, 2007 9:37 pm
by fawadafr
Hellow everyone,

I would like to display some source codes on my pages. I would like to know if there is any plugin that I can integrate to CMS so that I can display my PHP source codes on my web pages.

I can do this on Wordpress but have not found a way with CMS to display my source codes. Here is an example on Wordpress http://blog.afghancircle.biz/archives/26

Thank you very much for your help

Here is another example:

Code: Select all

function doError($errString) {

    include ("head_reg.htm");

    echo "$errString<BR><BR>\n";

    include ("foot_reg.htm");

    exit;
}

Re: Source Code

Posted: Mon Dec 10, 2007 9:49 pm
by tsw