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";
?>