Hello,
I am new to DHTMLx. I extracted all files from DHTMLX suite and copied under htdocs folder of apache. I browsed the page ‘http://localhost/DHTML/libCompiler/index.html’ to use libCompiler.
In Libcompler, I clicked at ‘generate’ icon on top. It threw the following error. Can some body give me pointers how to proceed further? Thanks in advance - srini
<?php
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING );
require_once("images.php");
$location = process_request($_POST['files'],$_POST['chunks'],$_POST['skin'], $_POST['iconset'], 1);
?>
body, html{
height:100%;
font-family:Tahoma;
font-size:12px;
}
Ready code stored at <?php echo $location;?>
Download generated files
If its show <?php line in alert it means that your server doesn’t support php
Please be sure that php support is enabled and you are using page by http