Source Code
Posted: Mon Dec 10, 2007 9:37 pm
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:
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;
}