query.php

来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 26 行

PHP
26
字号
<?
  include_once 'inc/auth.php';
  echo '
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#E8E8E8" topmargin="5">
<center>
 <form method="post" action="product_info.php" target="product_info" name="form1">
  产品名称:
  <input type="text" name="PRODUCT_NAME" size="10" class="BigInput">
  <input type="submit" name="Submit" value="模糊查询" class="BigButton">
';
  echo '
  <input type="hidden" name="PRODUCT_ID" value="';
  echo $PRODUCT_ID;
  echo '">
 </form>
</center>
</body>
</html>
';
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?