C.php

From Organic Design wiki
Revision as of 02:17, 23 June 2006 by Nad (talk | contribs) (oh, not working, shellexec won't execute anything)

<?

  1. C Compiler for XmlWiki Environment

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

$gcc = $htdocs.'wiki/gcc'; $article = shell_exec($gcc);

?>