Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > รบกวนช่วยดูให้หน่อยค่ะ ต้องการให้ รับข้อมูลวันที่ จาก ฐานข้อมูลมา echo ค่าออกที่ calendar ค่ะ



 

รบกวนช่วยดูให้หน่อยค่ะ ต้องการให้ รับข้อมูลวันที่ จาก ฐานข้อมูลมา echo ค่าออกที่ calendar ค่ะ

 



Topic : 079934

Guest




ต้องการให้ รับข้อมูลวันที่ จาก ฐานข้อมูลมา echo ค่าออกที่ calendar ค่ะ
ประมาณว่า ถ้ากดเลือก จังหวัด และวันที่ กดค้นหา ให้แสดงค่าว่า จ.ลพบุรี จากวันที่ 2012-06-01 ถึงวันที่ 2012-06-30 ให้ข้อมูลที่เราโชว์อยุ่บน map แสดงตามวันที่ที่เราค้นหาแต่ไม่รู้จะเขียนคำสั่งยังไงช่วยหน่อยนะคะ

Code (PHP)
<?
	$conn = mysql_connect("localhost", "root", "1234");
			mysql_select_db("lopburi_accident", $conn);
			mysql_query("SET NAMES 'utf8'");
?>
<?
	session_start();
	if (!isset($_SESSION["username"])){
		header("Location:../up_sucess.php");
	}
	
?>
<style type="text/css">
<!--
.style6 {font-size: 10px}
.style7 {font-size: larger}
-->
</style>
<script type="text/javascript" src="../connect/datetimepicker_css.js"></script> 

</head>
<table width="1004" height="1064" border="0" align="center" bgcolor="#71C6F9">
  <tr>
    <td height="288" colspan="2" bgcolor="#003366"><p align="center"><img src="../image/header33.gif" width="1005" height="247" /></p>
    <table width="1006" height="38" border="0" align="center" bordercolor="#000000" bgcolor="#FFFFFF">
        <tr>
          <td width="228" height="27" bordercolor="#FFFFFF" bgcolor="#FF66FF"><div align="center"><a href="index_admin.php">หน้าแรก</a></div></td>
          <td width="230" bgcolor="#FF99CC"><div align="center">รายละเอียดอุบัติเหตุ</div></td>
          <td width="230" bgcolor="#FFCCCC"><div align="center">เพื่มข้อมูลสถานที่</div></td>
          <td width="240" bgcolor="#FF99FF"><div align="center">จัดการผู้ใช้</div></td>
          <td width="228" bgcolor="#FFCCCC"><div align="center"><a href="../logout.php">ออกจากระบบ</a></div></td>
        </tr>
    </table>    
    <marquee behavior="scroll" direction="left" scrollamount="3">
    </marquee></td>
  </tr>
  
  <tr align="center" valign="top" bgcolor="#E2E2E2">
    <td height="20" bgcolor="#71C6F9"><br />
    <? echo"<h7>ผู้ดูแลระบบ :&nbsp;" . $_SESSION["username"] . "</h7>"; ?></td>
    <td width="727" rowspan="12" bgcolor="#71C6F9"><p>
      <marquee behavior="scroll" direction="left" scrollamount="3">
        </marquee>
    </p>
      <iframe src="../google/map_index.php" width="747" height="530"></iframe></td>  
  </tr>
  
  <tr align="center" valign="top" bgcolor="#E2E2E2"> 
    <td height="20" bgcolor="#0099FF"><img src="../image/Line.gif" width="264" height="11" /></td>
  </tr>
  <tr align="center" valign="top" bgcolor="#3399CC">
    <td width="267" height="32" bgcolor="#FFFFFF"><div align="center">
      <table width="264" border="0" align="center" bgcolor="#FFFFFF">
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>ค้นหาสถานที่</td>
        </tr>
        <tr>
          <td width="56" align="center" valign="top">จังหวัด</td>
          <td width="6" align="center" valign="top"><div align="center">  :</div></td>
          <td width="167" align="center" valign="top"><form id="form1" name="form1" method="post" action="">
            <label>
            <div align="left">
              <select name="lt_province" >
                <option value="0" selected="selected">---เลือกจังหวัด---</option>
                <option value="ลพบุรี" >ลพบุรี</option>
                <option value="น่าน" >น่าน</option>
              </select>
            </div>
            </label>
          </form></td>
        </tr>

        <tr>
          <td align="center" valign="baseline"><div align="right">
            <p><a href="javascript:NewCssCal('dateStr','yyyymmdd')"><img src="../image/calendar.gif" alt="Pick a date" width="16" height="16" /></a></p>
            </div></td>
          <td align="center" valign="top">&nbsp;</td>
          <td align="center" valign="top"><p align="left"><span class="style6">*วันเริ่มต้น
            </span>
            <input type="text" name="dateStr" id="dateStr" />
            </p>            </td>
        </tr>

        <tr>
          <td align="center" valign="baseline"><div align="right">
            <p><a href="javascript:NewCssCal('dateStp','yyyymmdd')"><img src="../image/calendar.gif" width="16" height="16" /></a></p>
            </div></td>
          <td align="center" valign="top">&nbsp;</td>
          <td align="center" valign="top"><p align="left"><span class="style6">*วันสิ้นสุด</span>
              <input type="text" name="dateStp" id="dateStp" />
              </p>            </td>
        </tr>
        <tr>
          <td height="26" align="left" valign="top">&nbsp;</td>
          <td align="left" valign="top">&nbsp;</td>
          <td align="left" valign="top"><form id="form2" name="form2" method="post" action="">
            <input type="submit" name="button" id="button" value="ค้นหา" />
            <label> </label>
          </form>          </td>
        </tr>
      </table>
      </div>      </td>
  </tr>
  <tr align="center" valign="top">
    <td height="25" bgcolor="#0099FF">&nbsp;</td>
  </tr>
  <tr align="center" valign="top">
    <td bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
    <td height="21" bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
    <td height="21" bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
    <td height="21" bgcolor="#71C6F9">&nbsp;</td>
  </tr>
  <tr>
  </tr>
</table>




Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2012-06-18 21:31:04 By : nun View : 942 Reply : 1
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Code
$strSQL = " SELECT * FROM table_name WHERE (CreateDate BETWEEN '2012-06-01' AND '2012-06-30') AND ... ";







แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-06-19 06:08:32 By : mr.win
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนช่วยดูให้หน่อยค่ะ ต้องการให้ รับข้อมูลวันที่ จาก ฐานข้อมูลมา echo ค่าออกที่ calendar ค่ะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่