list.php
资源名称:minierp.rar [点击查看]
上传用户:yantgcom
上传日期:2013-07-19
资源大小:478k
文件大小:1k
源码类别:
MySQL数据库
开发平台:
PHP
- <?php
- include ("../inc/db.php");
- include ("../inc/phpmkrfn.php");
- include ('../inc/xtpl.php');
- include("../inc/pageft.php");
- $t_lei=$_GET['LEI'];
- if (empty($t_lei)){$t_WHERE="";}
- else{$t_WHERE="where PROD02='$t_lei'";};
- $xtpl=new XTemplate ("listview.html");
- $conn = phpmkr_db_connect(HOST, USER, PASS, DB, PORT);
- //羆