📄 getlist.php
字号:
<?php include ("../inc/db.php"); include ("../inc/phpmkrfn.php"); include ('../inc/xtpl.php'); include ("../inc/pageft.php"); include ("../inc/nocache.php"); $t_rowid =$_GET[curr_row]; $t_jspath=$_GET[jspath]; $t_jsname=$_GET[jsname]; $t_LEI =$_GET[LEI]; if (empty($t_LEI)){$t_WHERE="";} else {$t_WHERE="WHERE PROD02='$t_LEI'";} ; $xtpl=new XTemplate ("getlist.html"); $conn = phpmkr_db_connect(HOST, USER, PASS, DB, PORT);//绺介爜鏁
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -