File: C:/xampp/htdocs/deltaE/deltaE00.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Displayer Check</title>
</head>
<body class="oneColElsCtr">
<?php
include 'de00T.php';
$L=$_POST["L"];
$a=$_POST["a"];
$b=$_POST["b"];
$L2=$_POST["L2"];
$a2=$_POST["a2"];
$b2=$_POST["b2"];
$def00=de00T($L,$a,$b,$L2,$a2,$b2);
echo "de00:".$def00;