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/FograCT1/setok.php
<?php
// Start the session
session_start();
$_SESSION["favcolor"] = "green";
?>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spot Check</title>
</head>
<?php
//error_reporting(0);
//$file= ("upload/".$_GET['file']);
$filename=$_GET['f321'];
//$newfile= $_GET['newfile'];
$company= $_GET['company'];
$po= $_GET['po'];
//$jobid= $_POST['jobid'];

$TL=$_GET['TL'];
$Ta=$_GET['Ta'];
$Tb=$_GET['Tb'];
$sNo=$_GET['sNo'];
$TRGB=$_GET['TRGB'];
	
echo "trgb:".$TRGB;


echo "目標設定完成";




$_SESSION["filename"]=$filename;
$_SESSION["TL"] = "$TL";
$_SESSION["Ta"] = "$Ta";
$_SESSION["Tb"] = "$Tb";




?>