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/Xerox/indexV.php
<?php session_start(); ?>
<?php if($_SESSION['account'] != null) {?>
<!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=big5" />
<title>X data</title>


</head>

<body vlink="#0000FF">

<p>&nbsp;</p>
<table width="100%" cellpadding="5" cellspacing="0">
  <tr>
	<td></td>
</tr>
<tr>
  <tr>
    <td bgcolor="Navy"><font size="-1" color="White"><b>Xerox ����ܰ� :</b></font></td>
  </tr>
</table>
<p>&nbsp;</p>
<form action="TVI-parsing13.php" method="post"
enctype="multipart/form-data">
<table width="600" border="0">
    <tr>
      <td colspan="2" scope="row">&nbsp;</td>
      <td width="65">&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2" scope="row"><label for="file">�W�� printer ���q��ơG</label>
        <input type="file" name="file" id="file" /></td>
      <td>&nbsp;</td>
    </tr>
	    <tr>
      <td colspan="2" scope="row"><font size="-1" color=red>�����Ǹ�(*����): </font>
        <input size="15" maxlength="50" type="text" name="PO" /></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2" scope="row"><font size="-1">�ާ@��: </font>
        <input size="15" maxlength="50" type="text" name="contact" /></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2" scope="row"><font size="-1">�q������(measuring device): </font>
 <input size="15" maxlength="50" type="text" name="device" /></td>
    </tr>

    <tr>
      <td colspan="2" scope="row"><font size="-1">����(printer): </font>
 <input size="15" maxlength="50" type="text" name="printer" /></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2" scope="row"><font size="-1">�ȱi(paper): </font>
 <input size="15" maxlength="50" type="text" name="paper" /></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2" scope="row"><font size="-1">����(ink): </font>
 <input size="15" maxlength="50" type="text" name="ink" /></td>
      <td>&nbsp;</td>
    </tr>

    <tr>
      <td width="229" scope="row"><input type="submit" name="submit" value="Submit" /></td>
   
	  <td width="292" scope="row"><a href="jobSQL.php">Job Report(���i)</a></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td height="35
    " colspan="2"  align="center"><font size="-2"> &copy; <a href="mailto:[email protected]">Fred Kuo</a>, 2010. All rights reserved.<br />
        <a href="http://www.fredkuo.idv.tw/wordpress/?p=1025">Read more.</a><br /></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2" scope="row">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
  </table>
</form>
<p>&nbsp; </p>

</body>
<?php
}
else
{
        echo '�z�L�v���[�ݦ�����!';
       // echo '<meta http-equiv=REFRESH CONTENT=2;url=index.php>';
}
?>
<A HREF ="logout.php">Log out</A>
<tr align="center">
<td colspan="2">
<!-- GoStats Simple HTML Based Code -->
<a target="_blank" title="site stats" href="http://gostats.com"><img alt="site stats" 
src="http://c3.gostats.com/bin/count/a_327001/t_7/i_12/z_0/show_hits/counter.png" 
style="border-width:0" /> </a>
<!-- End GoStats Simple HTML Based Code -->
</td></tr>
</html>