|
|
|
ทำไม รัน แล้วขึ้นหน้าจอสีขาว ลองรันบน localhost ในเครื่อง สามารถรันได้ปกติ แต่พอ up เข้า server |
|
|
|
|
|
|
|
ลองรันบน localhost ในเครื่อง สามารถรันได้ปกติ แต่พอ up เข้า server กลับขึ้นหน้าจอสีขาวแทน
<?php require_once('../Connections/grade.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_grade, $grade);
$query_school = "SELECT * FROM school";
$school = mysql_query($query_school, $grade) or die(mysql_error());
$row_school = mysql_fetch_assoc($school);
$totalRows_school = mysql_num_rows($school);
?><html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<style type="text/css">
<!--
.style1 {
font-family: AngsanaUPC;
color: #0000FF;
font-size: 24px;
}
.style4 {font-family: AngsanaUPC; font-size: medium; color: #0000FF; }
.style13 {
font-family: AngsanaUPC;
font-size: small;
}
.style15 {font-family: AngsanaUPC}
.style16 {font-size: small}
-->
</style>
</head>
<body>
<p align="center"><img src="../edit/logo/logo.jpg" alt="ตราสัญลักษณ์โรงเรียน" width="100" height="98"></p>
<p align="center" class="style1"><strong>โรงเรียน<?php echo $row_school['schoolname']; ?> </strong></p>
<p align="center" class="style1"><strong><?php echo $row_school['ad']; ?></strong></p>
<p align="center" class="style1"><strong>ใบรายงานผลการเรียน</strong></p>
<p align="center" class="style1 style16">
<?
include('../config.inc.php');
//หารายระเอียดของข้อมูลนักเรียน
$sql = "select * From quiz where no_st like '%$keyword%'";
$dbquery = mysql_db_query($dbname, $sql);
$result = mysql_fetch_array($dbquery);
$id_quiz = $result[id_quiz];
$no = $result[no];
$no_st = $result[no_st];
$name = $result[name];
$s_name = $result[s_name];
$sex = $result[sex];
$grade = $result[grade];
$date_q = $result[date_q];
$count_q = $result[count_q];
//echo sprintf("<B><FONT COLOR=\"Blue\">%05d</FONT></B>", $id_quiz). " คำถามจาก $name <FONT COLOR=\"Red\">$date_q</FONT><BR>";
echo " ชื่อ<FONT COLOR=\"#0000FF\"><b> $sex$name </b></FONT> นามสกุล<FONT COLOR=\"#0000FF\"><b> $s_name </b></FONT>เลขที่<FONT COLOR=\"#0000FF\"><b> $no</b></FONT> เลขประจำตัว<FONT COLOR=\"#0000FF\"><b> $no_st</b></FONT> ระดับชั้นประถมศึกษาปีที่<FONT COLOR=\"#0000FF\"><b> $grade</b></FONT> <HR>";
?>
</p>
<table width="57%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="30%">
<div align="center" class="style4">กลุ่มสาระการเรียนรู้</div></td>
<td width="12%"><div align="center" class="style4">น้ำหนัก</div></td>
<td width="18%">
<div align="center" class="style4">คะแนนเต็ม</div></td>
<td width="7%">
<div align="center" class="style4">ได้</div></td>
<td width="16%">
<div align="center" class="style4">
<div align="left">ระดับผลการเรียน</div>
</div></td>
<td width="17%"><span class="style4">ภาคเรียนที่</span></td>
</tr>
</table>
<?
//แสดงผลการเรียน
$sql = "select * from ans1 where id_quiz=$id_quiz order by id_ans";
$dbquery = mysql_db_query($dbname, $sql);
// หาจำนวนเรกคอร์ดข้อมูลในตาราง
$num_rows = mysql_num_rows($dbquery);
if($num_rows==''){
echo "<FONT COLOR=\"#FF0000\"><b>ยังไม่มีการสรุปผลการเรียนรู้ </b></FONT>";
}
$i=0;
$wit_total="0";
$score_total="0";
while ($i < $num_rows)
{
$result = mysql_fetch_array($dbquery);
$id_ans = $result[id_ans];
$id_quiz = $result[id_quiz];
$id_st = $result[no_st ];
$subject = $result[subject];
$term = $result[term];
$wit = $result[wit];
$g1 = $result[g1];
$g2 = $result[g2];
$g3 = $result[g3];
$g4 = $result[g4];
$g5 = $result[g5];
$g6 = $result[g6];
$g7 = $result[g7];
$g8 = $result[g8];
$g9 = $result[g9];
$g10 = $result[g10];
$g11 = $result[g11];
$g12 = $result[g12];
$g13= $result[g13];
$g14= $result[g14];
$g15 = $result[g15];
$g16 = $result[g16];
$g17 = $result[g17];
$g18 = $result[g18];
$g19 = $result[g19];
$g20 = $result[g20];
$g21 = $result[g21];
$g22 = $result[g22];
$g23= $result[g23];
$g24= $result[g24];
$g25 = $result[g25];
$g26 = $result[g26];
$g27 = $result[g27];
$g28 = $result[g28];
$g29 = $result[g29];
$g30 = $result[g30];
$sum = $g1+$g2+$g3+$g4+$g5+$g6+$g7+$g8+$g9+$g10+$g11+$g12+$g13+$g14+$g15+$g16+$g17+$g18+$g19+$g20+$g21+$g22+$g23+$g24+$g25+$g26+$g27+$g28+$g29+$g30;
$sumgrade = $sum;
if (($sumgrade < 50)){
$sumgrade =0;
}else
if (($sumgrade >= 50) && ($sumgrade <55 )){
$sumgrade = 1;
}else
if (($sumgrade >= 55) && ($sumgrade <60 )){
$sumgrade = 1.5;
}else
if (($sumgrade >= 60) && ($sumgrade < 65)){
$sumgrade = 2;
}else
if (($sumgrade >= 65) && ($sumgrade < 70)){
$sumgrade = 2.5;
}else
if (($sumgrade >= 70) && ($sumgrade < 75)){
$sumgrade = 3;
}else
if (($sumgrade >= 75) && ($sumgrade < 79)){
$sumgrade = 3.5;
}else
$sumgrade = 4;
$score[$i] =$sumgrade*$wit;
$wit_total=$wit+$wit_total;
$score_total=$score[$i]+$score_total;
$date_a = $result[date_a];
$date_a = $result[date_a];
$demand=$score_total/$wit_total;
$demand=number_format($demand,2,'.',''); //แปลง$meanเป็นทศนิยม2ตำแหน่ง
$n++;
?>
<table width="48%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="22%" align="center" class="style13 style13"><div align="left">
<div align="left" class="style13"><?echo"$subject";?></div>
</div></td>
<td width="17%" align="center" class="style13"><div align="center"><?echo"$wit";?></div></td>
<td width="22%" align="center" class="style13 style13">
<div align="center" class="style11 style15">
<span class="style13"><?echo"100";?></span></div></td>
<td width="11%" align="center" class="style13 style13"> <span class="style13"><?echo"$sum";?></span></td>
<td width="14%" align="center" class="style13"><?echo"$sumgrade";?></td>
<td width="14%" align="center" class="style13"><?echo"$term";?></td>
</tr>
</table>
<p><span class="style13">
<?
//echo "<FONT COLOR=\"\"><b>กลุ่มสาระการเรียนรู้</b></FONT> คะแนนเต็ม ได้ ระดับผลการเรียน <BR>";
//echo "<FONT COLOR=\"red\"><b> $subject</b></FONT> 100 <FONT COLOR=\"#0000FF\"><b> $sum</b></FONT><BR>";
//echo "<HR color=#FFCC00>";
$i++;
}
//echo"คะแนนเฉลี่ย=$demand <br>";
// ปิดการติดต่อฐานข้อมูล
mysql_close();
?>
</span></p>
<table width="655" border="0" align="center">
<tr>
<td width="395"> </td>
<td width="250"><span class="style13"><?echo"คะแนนเฉลี่ย=$demand";?></span></td>
</tr>
</table>
<input name="image" type="image" onClick="window.print()" src="../image/images.jpg" alt="พิมพ์หน้านี้" align="right">
</p>
</body>
</html>
<?php
mysql_free_result($school);
?>
Tag : - - - -
|
|
|
|
|
|
Date :
21 ธ.ค. 2549 10:18:42 |
By :
ruti |
View :
4510 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จอขาว คือไม่มีอะไรออกมาเหรอครับ หรือว่า แฮงค์
ลอง view source ดูซิครับว่ามีอะไรบ้าง ถ้าไม่มีอะไรก็ แปลกๆแล้วละ
|
|
|
|
|
Date :
21 ธ.ค. 2549 12:04:41 |
By :
jankasion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จอขาว คือไม่มีอะไรออกมาเหรอครับ หรือว่า แฮงค์
ลอง view source ดูซิครับว่ามีอะไรบ้าง ถ้าไม่มีอะไรก็ แปลกๆแล้วละ
จอสีขาว อย่างอื่นปกติครับ แปลก
แต่ตอนนี้แก้ได้แล้ว............เขียนโค๊ดใหม่..........
|
|
|
|
|
Date :
21 ธ.ค. 2549 12:34:31 |
By :
ruti |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองตัดออกทีละบรรทัด มี error อยู่ ไม่รู้ทำไมมันไม่ show เราก็เคยเจอ ต้องไล่ทีละบรรทัดเลย
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คิดว่าน่าจะมี Error บางอย่าง ของผมก็เป็น ตรวจไปตรวจมาปรากฏว่า Error ที่ Database Connection ที่เอามาลง ตอนอยู่ใน XP ใช้ได้ แต่พอลง Win 7 ใช้ไม่ได้ แล้วดันไม่แสดง Error ให้เห็นด้วย หาตั้งนานครับ
ไงถ้ามี Database Connection แบบ OleDB ลองเปลี่ยนไปใช้ ODBC แทนครับ
|
|
|
|
|
Date :
2010-07-27 16:18:37 |
By :
hunter |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|