C.php

From Organic Design wiki
Revision as of 01:39, 23 June 2006 by Nad (talk | contribs)

<?

  1. C compiler for XmlWiki Environment

$server = $_SERVER['HTTP_HOST']; $htdocs = $_SERVER['DOCUMENT_ROOT']; if ( !ereg( "\\/$", $htdocs ) ) $htdocs .= '/';

$article = "\n$title successfully compiled.\n";

?>