File: C:/xampp/htdocs/FograCT1/getAcv.php
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>get ACV</title>
</head>
<body class="oneColElsCtr">
<?php
$c25=$_GET['c25'];
$c50=$_GET['c50'];
$c75=$_GET['c75'];
$m25=$_GET['m25'];
$m50=$_GET['m50'];
$m75=$_GET['m75'];
$y25=$_GET['y25'];
$y50=$_GET['y50'];
$y75=$_GET['y75'];
$k50=$_GET['k50'];
$dtime=time();
$dStr=substr($dtime,7,9)."-";
$bindata2 = pack('hhhhhhhhhhhH*hH*hhhhhhhH*hH*hH*hH*hH*hH*hH*hH*hhhhhhhH*hH*hH*hH*hH*hH*hH*hH*hhhhhhhH*hH*hH*hH*hH*hH*hH*hH*hhhhhhhH*hH*hH*hH*hhhhhhhH*hH*', 00, 04,00,06,00,02,00,00,00,00,00,'FF',00,'FF',00,05,00,00,00,00,00,$c25,00,40,00,$c50,00,'7F',00,$c75,00,'BF',00,'FF',00,'FF',00,05,00,00,00,00,00,$m25,00,40,00,$m50,00,'7F',00,$m75,00,'BF',00,'FF',00,'FF',00,05,00,00,00,00,00,$y25,00,40,00,$y50,00,'7F',00,$y75,00,'BF',00,'FF',00,'FF',00,03,00,00,00,00,00,$k50,00,80,00,'FF',00,'FF',00,02,00,00,00,00,00,'FF',00,'FF');
file_put_contents('curve/fix-'.$dStr.'curve.acv', $bindata2);
?>
<table width="400" align="center">
<tr align="center">
<td>
<a href="curve/fix-<?php echo $dStr;?>curve.acv">right click to download Photoshop Curve(.acv)</a>
</td></tr>
</table>
</body>
</html>