|
|
|
PHP & MYSQL ช่วยดูค้นหาแบบรายเดือนให้หน่อยคับพี่.. |
|
|
|
|
|
|
|
Code (PHP)
<?php
include "conn1.php";
$rs2 ="SELECT * FROM apply_education WHERE list2_date = '$today' and list1 = '6'";
$Rec->Open($rs2, $conn, 1,3);
$TotalRecord = $Rec->RecordCount();
echo $TotalRecord;
?>
อันนี้เป็นคนสั่งค้นหาแบบรายวัน
ช่วยดูแบบคนหายแบบรายเดือนให้หน่อยครับพี่
Code (PHP)
<table width="1000" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font color="#FF0000" size="+1"><strong>สถิติประจำเดือน</strong></font></td>
</tr>
<tr>
<td><div align="center"><font size="+1">
<?php //echo "$day $m $y<br><br>";?>
<form action="Sample2.php" method="get" name='form2'>
<font size="+1"> เดือนที่รับสมัครงาน </font>
<select name="month">
<?php
if($mm == 1)
echo "<option value=\"1\" selected>มกราคม</option>";
else
echo "<option value=\"1\">มกราคม</option>";
if($mm == 2)
echo "<option value=\"2\" selected>กุมภาพันธ์</option>";
else
echo "<option value=\"2\">กุมภาพันธ์</option>";
if($mm == 3)
echo "<option value=\"3\" selected>มีนาคม</option>";
else
echo "<option value=\"3\">มีนาคม</option>";
if($mm == 4)
echo "<option value=\"4\" selected>เมษายน</option>";
else
echo "<option value=\"4\">เมษายน</option>";
if($mm == 5)
echo "<option value=\"5\" selected>พฤษภาคม</option>";
else
echo "<option value=\"5\">พฤษภาคม</option>";
if($mm == 6)
echo "<option value=\"6\" selected>มิถุนายน</option>";
else
echo "<option value=\"6\">มิถุนายน</option>";
if($mm == 7)
echo "<option value=\"7\" selected>กรกฏาคม</option>";
else
echo "<option value=\"7\">กรกฏาคม</option>";
if($mm == 8)
echo "<option value=\"8\" selected>สิงหาคม</option>";
else
echo "<option value=\"8\">สิงหาคม</option>";
if($mm == 9)
echo "<option value=\"9\" selected>กันยายน</option>";
else
echo "<option value=\"9\">กันยายน</option>";
if($mm == 10)
echo "<option value=\"10\" selected>ตุลาคม</option>";
else
echo "<option value=\"10\">ตุลาคม</option>";
if($mm == 11)
echo "<option value=\"11\" selected>พฤศจิกายน</option>";
else
echo "<option value=\"11\">พฤศจิกายน</option>";
if($mm == 12)
echo "<option value=\"12\" selected>ธันวาคม</option>";
else
echo "<option value=\"12\">ธันวาคม</option>";
$m_register = (int)substr($list2_date,3,2);
$y_register = (int)substr($list2_date,6,4);
?>
</select>
ปี (ค.ศ.) <input name="year_" type="text" size="7" maxlength="4" value="<?php echo "$year"; ?>">
<input name="preview2" type="hidden" value="1">
<input name="sumbit2" type="submit" value="preview">
</form>
</font></div></td>
</tr>
<tr>
<td><table width="1000" border="1" cellspacing="0" cellpadding="0">
<tr bgcolor="#CC9999">
<td width="71"><div align="center"><font size="+1"><strong>ลำดับ</strong></font></div></td>
<td width="217"><div align="center"><font size="+1"><strong>ชื่อ - นามสกุล</strong></font></div></td>
<td width="149"><div align="center"><font size="+1"><strong>วุฒิการศึกษา</strong></font></div></td>
<td width="208"><div align="center"><font size="+1"><strong>สมัครตำแหน่ง</strong></font></div></td>
<td width="106"><div align="center"><font size="+1"><strong>สถานะ</strong></font></div></td>
<td width="116"><div align="center"><font size="+1"><strong>หมายเหตุ</strong></font></div></td>
<td width="117"><div align="center"><font size="+1"><strong>Reject</strong></font></div></td>
</tr>
<tr>
<td><div align=\"center\"><font size=\"+1\">
ช่วยดูตรงส่วนนี้ให้ผมหน่อยนะคับ
Code (PHP)
<?php
include "conn1.php";
$rs2 ="SELECT * FROM apply_education WHERE list2_date='$mm/$year' and list1 = '5'";
$Rec->Open($rs2, $conn, 1,3);
$TotalRecord = $Rec->RecordCount();
echo $TotalRecord;
?>
</font></div></td>
<td><div align=\"center\"><font size=\"+1\">$thai_name</font></div></td>
<td><div align=\"center\"><font size=\"+1\">$show_degree</font></div></td>
<td><div align=\"center\"><font size=\"+1\">$all_job</font></div></td>
<td><div align=\"center\"><font size=\"+1\">$status</font></div></td>
<td><div align=\"center\"><font size=\"+1\"> </font></div></td>
<td><div align=\"center\"><font size=\"+1\"> </font></div></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="7">
<form action="print_report_month.php" method="get" name="print_month" target="new2">
<input name="print_month" type="hidden" value="<?php echo "$mm"; ?>">
<input name="print_year" type="hidden" value="<?php echo "$year"; ?>">
<input name="print2" type="submit" value="print ตาราง">
</form>
<font color="#FF0000">*ก่อน print ตรวจสอบ "สถานะ" ของผู้สมัครว่าอัพเดทตามที่ต้องการหรือยัง</font>
</td>
</tr>
</table></td>
Tag : PHP
|
|
|
|
|
|
Date :
2012-02-20 15:25:35 |
By :
SSB |
View :
1531 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ให้ดูแล้ว ยังไงต่อครับครับ
|
|
|
|
|
Date :
2012-02-20 15:44:11 |
By :
Likito |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เขียนแปลก ๆ ครับ
|
|
|
|
|
Date :
2012-02-20 15:44:55 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$rs2 ="SELECT * FROM apply_education WHERE list2_date='$mm/$year' and list1 = '5'";
|
|
|
|
|
Date :
2012-02-20 16:00:26 |
By :
SSB |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|