私は卒業プロジェクトのテーマ選択システムに取り組んでおり、コードには慣れてきました。どの機能がどのコードで実装されているかはわかりますが、コードの具体的な意味はわかりません。専門家がサイドでコメントするのを手伝ってくれることを願っています~~
私のプロジェクトは古いものに基づいているため、いくつかの機能が変更および追加されているため、一部の機能を実行するために
extract($_POST);
extract($_REQUEST);
$query="select * from $student_table where xuehao='$xuehao'"; mysql_query("set names 'GB2312'"); $result=mysql_query($query); $row=mysql_fetch_array($result);
$query="select number as sn,surplus as ssn from $keti_table where id='$id'"; mysql_query("set names 'gb2312'"); $result=mysql_query($query); $row=mysql_fetch_array($result); if($number1<$row['sn']) { if($number1<($row['sn']-$row['ssn'])) { echo"<p align=\"center\"><font color=\"#FF0000\"><b><big>人数不能少于现已选题人数,人数列修改失败!</big></b></font>"; echo"<meta http-equiv=\"refresh\" content=\"2;url=alter_jiaoshi.php\">"; exit; } else { $query2=mysql_query("update $keti_table set number='$newnumber' where id='$id'"); $query3=mysql_query("update $keti_table set surplus=surplus-($row[sn]-$newnumber) where id='$id'"); mysql_query("set names 'gb2312'"); $result1=mysql_query($query3); } } else { $query4=mysql_query("update $keti_table set number='$newnumber' where id='$id'"); $query5=mysql_query("update $keti_table set surplus=surplus+($newnumber-$row[sn]) where id='$id'"); mysql_query("set names 'gb2312'"); $result2=mysql_query($query5); } if($result==true) { echo"<p align=\"center\"><font color=\"#FF0000\"><b><big>修改课题成功!</big></b></font>"; echo "<meta http-equiv=\"refresh\" content=\"1;url=jiaoshi_login.php\">"; exit; }
$file_name="相关资料.rar"; $file_dir="temp/./"; if(!file_exists($file_dir.$file_name)) { echo"<p align=\"center\"><font color=\"#FF0000\"><b><big>无法找到该文件</big></b></font></p>"; echo "<meta http-equiv=\"refresh\" content=\"1;url=download.php\">"; exit; } else{ $file=fopen($file_dir.$file_name,"r");//打开文件 Header("Content-type: application/octet-stream"); Header("Accept-Ranges:bytes"); Header("Accept-Length:".filesize($file_dir.$file_name)); Header("Content-Disposition: attachment; filename=".$file_name); readfile($file_dir.$file_name); }
$surplus=''; extract($_REQUEST); $n=0; if(empty($offset)) {$offset=0;} mysql_query("set names 'GB2312'"); $where = (isset($surplus) && strlen($surplus)>0) ? " where surplus='$surplus'" : ''; //不懂…… $query=mysql_query("select count(*) as sm from keti $where"); $row=mysql_fetch_array($query); $count=$row['sm']; //总记录数 $query=mysql_query("select * from keti $where order by id asc limit $offset,$list_num") or die ("fail");
extract 配列を変数 Table にインポートします (関連するキーは変数名です)
mysql_query("set names 'GB2312'"); 今後の対話が GB2312 文字セットで実行されることを mysql に通知するために使用されます
通常はこれが可能ですデータベースに接続した後に一度実行されます
By
if( $number1<($row['sn']-$row['ssn'])) {
echo"
< ;font color="#FF0000"> 人数をトピックを選択した人数より小さくすることはできません。フィルター条件なしのクエリは失敗しました。
select count(*) as sm from keti
フィルター条件付きのクエリ
select count(*) as sm from keti where surfacerus='$surplus'
extract 配列を変数テーブルにインポートします (関連付けられたキーは変数です) name)
通常、データベースに接続した後に 1 回実行できます
if($ number1<($row ['sn']-$row['ssn'])) {
echo"
< ;big>人数はトピックを選択した人数より少ないため、数値列の変更に失敗しました
sn が候補者の数、ssn が選択された人の数であることがわかります
いいえフィルター条件クエリ
select count(*) as sm from keti
フィルター条件付きクエリ
select count(*) as sm from keti where extra='$surplus' $where = (isset($surplus) && strlen($surplus)>0) ? " where surplus='$surplus'" : '';
$where = (isset($surplus) && strlen( $surplus)>0) ? " where extra='$surplus'" : '';
if(isset($surplus) && strlen($surplus) と同等>0)) {
$where = " where Surflus='$surplus'";
$where = '';