textbook-management-system/基于PHP的教材管理系统/jcruku.php

145 lines
5.5 KiB
PHP

<?php require_once('Connections/jc.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
mysql_select_db($database_jc, $jc);
$query_Recordset1 = "SELECT * FROM zhengding";
$Recordset1 = mysql_query($query_Recordset1, $jc) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
mysql_select_db($database_jc, $jc);
$query_Recordset2 = "SELECT * FROM ruku";
$Recordset2 = mysql_query($query_Recordset2, $jc) or die(mysql_error());
$row_Recordset2 = mysql_fetch_assoc($Recordset2);
$totalRows_Recordset2 = mysql_num_rows($Recordset2);
?>
<?php require_once('Connections/jc.php'); ?>
<!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=gb2312" />
<title>ÎÞ±êÌâÎĵµ</title>
<style type="text/css">
<!--
.txt {font-size: 12px;
color: #000000;
}
-->
</style>
</head>
<body topmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<?php include("head.php");?>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="txt">
<tr>
<td align="center"><form id="form1" name="form1" method="post">
<label></label>
<label></label>
<table width="760" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" class="txt">
<tr>
<td colspan="6" align="center" valign="bottom">ÒÑÕ÷¶©½Ì²ÄÈë¿â</td>
</tr>
<tr>
<td width="12%" align="center" valign="bottom">Õ÷¶©±àºÅ</td>
<td width="12%" align="center" valign="bottom">½Ì²ÄÃû</td>
<td width="12%" align="center" valign="bottom">×÷Õß</td>
<td width="12%" align="center" valign="bottom">Õ÷¶©ÈË</td>
<td width="12%" align="center" valign="bottom">Õ÷¶©ÊýÁ¿</td>
<td width="12%" align="center" valign="bottom">½Ì²ÄÈë¿â</td>
</tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset2.EOF))
%>
<?php do { ?>
<tr>
<td align="center" valign="bottom"><?php echo $row_Recordset1['dingdan']; ?></td>
<td align="center" valign="bottom"><?php echo $row_Recordset1['jcming']; ?></td>
<td align="center" valign="bottom"><?php echo $row_Recordset1['zuozhe']; ?></td>
<td align="center"><?php echo $row_Recordset1['zdren']; ?></td>
<td align="center" valign="bottom"><?php echo $row_Recordset1['zdshuliang']; ?></td>
<td align="center" valign="bottom"><a href="jcruku1.php?dingdan=<?php echo $row_Recordset1['dingdan']; ?>">½Ì²ÄÈë¿â</a></td>
</tr>
<?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset2.MoveNext()
Wend
%>
</table>
<p> </p>
<table width="760" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" class="txt">
<tr>
<td colspan="6" align="center" valign="bottom">½Ì²ÄÒÑÈë¿â¹ÜÀí</td>
</tr>
<tr>
<td width="12%" align="center" valign="bottom">½Ì²Ä±àºÅ</td>
<td width="12%" align="center" valign="bottom">½Ì²ÄÃû</td>
<td width="12%" align="center" valign="bottom">×÷Õß</td>
<td width="12%" align="center" valign="bottom">ÊýÁ¿</td>
<td width="12%" align="center" valign="bottom">Èë¿âʱ¼ä</td>
<td width="12%" align="center" valign="bottom">ɾ³ý</td>
</tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset2.EOF))
%>
<?php do { ?>
<tr>
<td align="center" valign="bottom"><?php echo $row_Recordset2['jcbianhao']; ?></td>
<td align="center" valign="bottom"><?php echo $row_Recordset2['jcming']; ?></td>
<td align="center" valign="bottom"><?php echo $row_Recordset2['zuozhe']; ?></td>
<td align="center"><?php echo $row_Recordset2['suliang']; ?></td>
<td align="center" valign="bottom"><?php echo $row_Recordset2['rukushijian']; ?></td>
<td align="center" valign="bottom"><a href="rkdel.php?jcbianhao=<?php echo $row_Recordset2['jcbianhao']; ?>">ɾ³ý</a></td>
</tr>
<?php } while ($row_Recordset2 = mysql_fetch_assoc($Recordset2)); ?>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset2.MoveNext()
Wend
%>
</table>
<p>&nbsp;</p>
</form></td>
</tr>
</table>
<?php include("foot.php");?>
</body>
</html>
<?php
mysql_free_result($Recordset1);
mysql_free_result($Recordset2);
mysql_free_result($Recordset1);
?>