HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
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;