|
|
|
แก้โค้ดปฏิทินให้ผมหน่อยครับท่านทุกคน มันคลิกเลือกเดือนอื่นไม่ได้ครับ |
|
|
|
|
|
|
|
Code (PHP)
<style type="text/css">
<!--
body { margin: 0px 0px; padding: 0px 0px}
a:link { color: #005CA2; text-decoration: none}
a:visited { color: #005CA2; text-decoration: none}
a:active { color: #0099FF; text-decoration: underline}
a:hover { color: #0099FF; text-decoration: underline}
-->
</style>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
<form action="sample2.php" method="post">
<table width="0" border="0" cellpadding="1" cellspacing="1">
<tr>
<td bgcolor="f2f2f2"><div align="center"><font color="#0000FF" style="font-family:sans-serif"
size="+6">
<?
$a= date(j); // , 1 to 31
$b = date(a); // am,
$c = date(A); // AM,
$d = date(B); // Swatch Internet time 000 -999
$e = date(d); // , 01 to 31
$f = date(D); // , sat
$g = date(F); // , November
$h = date(g); // , 1 through 12
$hh = date(G); // , 0 through 23
$i = date(h); // , 01 through 12
$j = date(H); // , 00 through 23
$k = date(i); // , 00 to 59
$l = date(I); // 0, 1 if Daylight Savings Time, 0 otherwise.
$m = date(l); // , Sunday through Saturday
$n = date(L); // 0, 1 if it is a leap year, 0 otherwise.
$o = date(m); // , 01 through 12
$p = date(M); // , Jan through Dec
$q = date(n); // , 1 through 12
$r = date(o); // Example: +0200
$s = date(r); // Example: Thu, 21 Dec 2000 16:01:07 +0200
$t = date(s); // 00 through 59
$u = date(S); // st, nd, rd or th. Works well with j
$v = date(t); // 28 through 31
$w = date(T); // time zoneseting Examples: EST, MDT ...
$x = date(u); // See also time()
$y = date(w); // 0 (for Sunday) through 6 (for Saturday)
$z = date(W); // Example: 42 (the 42nd week in the year)
$aa = date(y); // Examples: 99 or 03
$bb = date(Y); // Examples: 1999 or 2003
$cc = date(z);
$dd = date(Z);
if(!$mon){
$mon = $o ;
}else{
$mon = $mon ;
}
if(!$year){
$year = $bb ;
}else{
$year = $year;
}
$firstday = mktime(0,0,0,$mon,1,$bb);
$firstdays = date('w',$firstday);
$lastdays = date('t',$firstday);
$year_view = date('Y',$firstday);
$mon_view = date('m',$firstday);
echo"
<script>
function d_s( su , mnp){
if(mnp == 'm'){
document.dat_form.mon.value = su - 1 ;
}else{
document.dat_form.mon.value = su + 1 ;
}
document.dat_form.submit();
}
</script>
<table border=1 width=140 cellpadding=0 cellspacing=0 bordercolor=#999999>
<tr bgcolor=pink>
<td colspan=7 align=center><a href=\"javascript:d_s($mon,'m')\"><font size=4><</a> $year_view - $mon_view <a href=\"javascript:d_s($mon,'p')\">></a></td>
</tr>
<tr align=center><td><font size=4 color=red>อา</a></td><td><font size=4>จ</td><td><font size=4>อ</td><td><font size=4>พ</td><td><font size=4>พฤ</td><td><font size=4>ศ</td><td><font size=4 color=blue>ส</font></td></tr>
<tr align=right>";
////
for($i = 0; $i < 7 ; $i++){
if($firstdays == $i){
break;
}
else{
echo"<td width=8> </td>";
}
$week++;
}
for($i=1; $i<=$lastdays ;$i++){
if($week % 7 == 0){
echo"</tr><tr align=right>";
}
if($a == $i){
$bgcolor = "bgcolor=pink";
}else{
$bgcolor = '';
}
if($week%7==0){
echo"<td $bgcolor><font size=2 color=red><a href=\"sample2.php?date=$i/$mon_view/$year_view\">$i</a></font></td>";
}else if($week%7==6){
echo"<td $bgcolor><font size=2 color=blue><a href=\"sample2.php?date=$i/$mon_view/$year_view\">$i</a></font></td>";
}else{ //
echo"<td $bgcolor><font size=2><a href=\"sample2.php?date=$i/$mon_view/$year_view\">$i</a></font></td>";
}
$week++;
}
while($week%7!=0){
echo"<td> </td>";
$week++;
}
echo"</tr>
</table>
";
?>
</label></td>
</tr>
</table>
</form>
มันคลิกเลือกเดือนอื่นไม่ได้ครับ
Tag : PHP
|
|
|
|
|
|
Date :
2010-12-17 09:37:14 |
By :
satonpanit |
View :
1001 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ไขให้เบื้องต้นนะครับ
ส่วนที่ขาดไป คือ
1. tag intput สำหรับ Store ค่าเดือน ถ้าจะทำให้เลือกปีได้ด้วย ก็หลักการเหมือนกันครับ
2. การตั้งชื่อ form
สองส่วนนี้ ทำให้คำสั่ง javascript เวลาเรียกเลยเกิด Eorror
3. ไม่ทราบว่าเขียนเองหรือปล่าวครับ แต่ถ้าดัดแปลงจากต้นฉบับลองไล่ดูอีกทีครับดูแล้วยังขาดอีกหลายจุด
<html>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<head>
<style type="text/css">
<!--
body {
margin: 0px 0px;
padding: 0px 0px
}
a:link {
color: #005CA2;
text-decoration: none
}
a:visited {
color: #005CA2;
text-decoration: none
}
a:active {
color: #0099FF;
text-decoration: underline
}
a:hover {
color: #0099FF;
text-decoration: underline
}
-->
</style>
<script type="text/javascript">
function d_s( su , mnp){
if(mnp == 'm'){
document.dat_form.mon.value = su - 1 ;
}else{
document.dat_form.mon.value = su + 1 ;
}
document.dat_form.submit();
}
</script>
</head>
<body>
<form action="test.php" method="post" id="dat_form" name="dat_form"><!-- Store ค่าจาก javascript -->
<input type="hidden" id="mon" name="mon"> <?php
$a= date('j'); // ,1 to 31
$b = date('a'); // am,
$c = date('A'); // AM,
$d = date('B'); // Swatch Internet time 000 -999
$e = date('d'); // , 01 to 31
$f = date('D'); // , sat
$g = date('F'); // , November
$h = date('g'); // , 1 through 12
$hh = date('G'); // , 0 through 23
$i = date('h'); // , 01 through 12
$j = date('H'); // , 00 through 23
$k = date('i'); // , 00 to 59
$l = date('I'); // 0, 1 if Daylight Savings Time, 0 otherwise.
$m = date('l'); // , Sunday through Saturday
$n = date('L'); // 0, 1 if it is a leap year, 0 otherwise.
$o = date('m'); // , 01 through 12
$p = date('M'); // , Jan through Dec
$q = date('n'); // , 1 through 12
$r = date('o'); // Example: +0200
$s = date('r'); // Example: Thu, 21 Dec 2000 16:01:07 +0200
$t = date('s'); // 00 through 59
$u = date('S'); // st, nd, rd or th. Works well with j
$v = date('t'); // 28 through 31
$w = date('T'); // time zoneseting Examples: EST, MDT ...
$x = date('u'); // See also time('')
$y = date('w'); // 0 ('for Sunday') through 6 ('for Saturday')
$z = date('W'); // Example: 42 ('the 42nd week in the year')
$aa = date('y'); // Examples: 99 or 03
$bb = date('Y'); // Examples: 1999 or 2003
$cc = date('z');
$dd = date('Z');
// รับค่าจาก การ post
$mon = $_POST['mon'];
if(!$mon){
$mon = $o ;
}else{
$mon = $mon ;
}
$year = $_POST['year'];
if(!$year){
$year = $bb ;
}else{
$year = $year;
}
$firstday = mktime(0,0,0,$mon,1,$bb);
$firstdays = date('w',$firstday);
$lastdays = date('t',$firstday);
$year_view = date('Y',$firstday);
$mon_view = date('m',$firstday);
echo "
<table border=1 width=140 cellpadding=0 cellspacing=0 bordercolor=#999999>
<tr bgcolor=pink>
<td colspan=7 align=center><a href=\"javascript:d_s($mon,'m')\"><font size=4><</a> $year_view - $mon_view <a href=\"javascript:d_s($mon,'p')\">></a></td>
</tr>
<tr align=center><td><font size=4 color=red>อา</a></td><td><font size=4>จ</td><td><font size=4>อ</td><td><font size=4>พ</td><td><font size=4>พฤ</td><td><font size=4>ศ</td><td><font size=4 color=blue>ส</font></td></tr>
<tr align=right>";
////
for($i = 0; $i < 7 ; $i++){
if($firstdays == $i){
break;
}
else{
echo"<td width=8> </td>";
}
$week++;
}
for($i=1; $i<=$lastdays ;$i++){
if($week % 7 == 0){
echo"</tr><tr align=right>";
}
if($a == $i){
$bgcolor = "bgcolor=pink";
}else{
$bgcolor = '';
}
if($week%7==0){
echo"<td $bgcolor><font size=2 color=red><a href=\"test.php?date=$i/$mon_view/$year_view\">$i</a></font></td>";
}else if($week%7==6){
echo"<td $bgcolor><font size=2 color=blue><a href=\"test.php?date=$i/$mon_view/$year_view\">$i</a></font></td>";
}else{ //
echo"<td $bgcolor><font size=2><a href=\"test.php?date=$i/$mon_view/$year_view\">$i</a></font></td>";
}
$week++;
}
while($week%7!=0){
echo"<td> </td>";
$week++;
}
echo"</tr>
</table>
";
?></form>
</body>
</html>
พยายามเข้าครับ
|
|
|
|
|
Date :
2010-12-20 09:26:37 |
By :
mandy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|