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 > คืออยากทราบว่าจะทำให้ให้เลือกเฉพาะวันที่เรากำหนดไว้คืออยากให้ดึงข้อมูลจากฐานข้อมูลมาเทียบก่อนค่ะคือหนูทำไม่ได้เทียบจากฐานข้อมูลค่ะทำไงให้เทียบจากฐานข้อมูลได้



 

คืออยากทราบว่าจะทำให้ให้เลือกเฉพาะวันที่เรากำหนดไว้คืออยากให้ดึงข้อมูลจากฐานข้อมูลมาเทียบก่อนค่ะคือหนูทำไม่ได้เทียบจากฐานข้อมูลค่ะทำไงให้เทียบจากฐานข้อมูลได้

 



Topic : 055634



โพสกระทู้ ( 515 )
บทความ ( 0 )



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



Code (PHP)
<select name="setime_start" onChange = "location.href='record_appointment.php?times='+this.value">
            	            	<option value=""  text ="" <?
			 if($times== ""){
echo "selected"; } ?>
   
                ><?="กรุณาเลือก";?></option>
				<option value="7.30"  text ="7.30" <?
			 if($times== 7.30){
echo "selected"; } ?>
   
                ><?="7.30";?></option>
            	<option value="8.00"  text ="8.00" <?
			 if($times== 8.00){
echo "selected"; } ?>
   
                ><?="8.00";?></option>
                <option value="8.30"  text ="8.30" <?
			 if($times== 8.30){
echo "selected"; } ?>
   
                ><?="8.30";?></option>
                <option value="9.00"  text ="9.00"<?
			 if($times== 9.00){
echo "selected"; } ?>
   
                ><?="9.00";?></option>
                 <option value="9.30"  text ="9.30"<?
			 if($times== 9.30){
echo "selected"; } ?>
   
                ><?="9.30";?></option>
               <option value="10.00"  text ="10.00"<?
			 if($times== 10.00){
echo "selected"; } ?>
   
                ><?="10.00";?></option>
               <option value="10.30"  text ="10.30"<?
			 if($times== 10.30){
echo "selected"; } ?>
   
                ><?="10.30";?></option>
               <option value="11.00"  text ="11.00"<?
			 if($times== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($times== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
               <option value="12.00"  text ="12.00"<?
			 if($times== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
               <option value="12.30"  text ="12.30"<?
			 if($times== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($times== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
                <option value="13.30"  text ="13.30"<?
			 if($times== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($times== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                 <option value="14.30"  text ="14.30"<?
			 if($times== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($times== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
                 <option value="15.30"  text ="15.30"<?
			 if($times== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($times== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
              
  </select>ถึง
  				
  <select name="setime_end">
  <option value=""  text ="">กรุณาเลือก</option>
  <?
  //7.30///////////////////////////////////////////////////////////////////////////
  								if($_GET[times]==7.30)
					{
				?>
                  <option value="8.00"  text ="8.00"<?
			 if($_GET['setime_end']== 8.00){
echo "selected"; } ?>
   
                ><?="8.00";?></option>
                  <option value="8.30"  text ="8.30"<?
			 if($_GET['setime_end']== 8.30){
echo "selected"; } ?>
   
                ><?="8.30";?></option>
                <option value="9.00"  text ="9.00"<?
			 if($_GET['setime_end']== 9.00){
echo "selected"; } ?>
   
                ><?="9.00";?></option>
               <option value="9.30"  text ="9.30"<?
			 if($_GET['setime_end']== 9.30){
echo "selected"; } ?>
   
                ><?="9.30";?></option>
               <option value="10.00"  text ="10.00"<?
			 if($_GET['setime_end']== 10.00){
echo "selected"; } ?>
   
                ><?="10.00";?></option>
              <option value="10.30"  text ="10.30"<?
			 if($_GET['setime_end']== 10.30){
echo "selected"; } ?>
   
                ><?="10.30";?></option>
               <option value="11.00"  text ="11.00"<?
			 if($_GET['setime_end']== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               
               <?
			    //8.00///////////////////////////////////////////////////////////////////////////
  								if($_GET[times]==8.00)
					{
				?>
             
                  <option value="8.30"  text ="8.30"<?
			 if($_GET['setime_end']== 8.30){
echo "selected"; } ?>
   
                ><?="8.30";?></option>
                <option value="9.00"  text ="9.00"<?
			 if($_GET['setime_end']== 9.00){
echo "selected"; } ?>
   
                ><?="9.00";?></option>
               <option value="9.30"  text ="9.30"<?
			 if($_GET['setime_end']== 9.30){
echo "selected"; } ?>
   
                ><?="9.30";?></option>
               <option value="10.00"  text ="10.00"<?
			 if($_GET['setime_end']== 10.00){
echo "selected"; } ?>
   
                ><?="10.00";?></option>
              <option value="10.30"  text ="10.30"<?
			 if($_GET['setime_end']== 10.30){
echo "selected"; } ?>
   
                ><?="10.30";?></option>
               <option value="11.00"  text ="11.00"<?
			 if($_GET['setime_end']== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               
               <?
			    //8.30///////////////////////////////////////////////////////////////////////////
  										if($_GET[times]==8.30)
					{
				?>
            
                <option value="9.00"  text ="9.00"<?
			 if($_GET['setime_end']== 9.00){
echo "selected"; } ?>
   
                ><?="9.00";?></option>
               <option value="9.30"  text ="9.30"<?
			 if($_GET['setime_end']== 9.30){
echo "selected"; } ?>
   
                ><?="9.30";?></option>
               <option value="10.00"  text ="10.00"<?
			 if($_GET['setime_end']== 10.00){
echo "selected"; } ?>
   
                ><?="10.00";?></option>
              <option value="10.30"  text ="10.30"<?
			 if($_GET['setime_end']== 10.30){
echo "selected"; } ?>
   
                ><?="10.30";?></option>
               <option value="11.00"  text ="11.00"<?
			 if($_GET['setime_end']== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               
               <?
			   //9.00//////////////////////////////////////////////////////////////////////
					if($_GET[times]==9.00)
					{
				?>
                   <option value="9.30"  text ="9.30"<?
			 if($_GET['setime_end']== 9.30){
echo "selected"; } ?>
   
                ><?="9.30";?></option>
               <option value="10.00"  text ="10.00"<?
			 if($_GET['setime_end']== 10.00){
echo "selected"; } ?>
   
                ><?="10.00";?></option>
              <option value="10.30"  text ="10.30"<?
			 if($_GET['setime_end']== 10.30){
echo "selected"; } ?>
   
                ><?="10.30";?></option>
               <option value="11.00"  text ="11.00"<?
			 if($_GET['setime_end']== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               <?
                   //9.30///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==9.30)
					{
				?>
            
              
               <option value="10.00"  text ="10.00"<?
			 if($_GET['setime_end']== 10.00){
echo "selected"; } ?>
   
                ><?="10.00";?></option>
              <option value="10.30"  text ="10.30"<?
			 if($_GET['setime_end']== 10.30){
echo "selected"; } ?>
   
                ><?="10.30";?></option>
               <option value="11.00"  text ="11.00"<?
			 if($_GET['setime_end']== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               <?
                 //10.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==10.00)
					{
				?>
              <option value="10.30"  text ="10.30"<?
			 if($_GET['setime_end']== 10.30){
echo "selected"; } ?>
   
                ><?="10.30";?></option>
               <option value="11.00"  text ="11.00"<?
			 if($_GET['setime_end']== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               <?
                   //10.30///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==10.30)
					{
				?>
           
               <option value="11.00"  text ="11.00"<?
			 if($_GET['setime_end']== 11.00){
echo "selected"; } ?>
   
                ><?="11.00";?></option>
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
                 <?
                   //11.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==11.00)
					{
				?>
           
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
             <?
                   //11.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==11.00)
					{
				?>
           
                 <option value="11.30"  text ="11.30"<?
			 if($_GET['setime_end']== 11.30){
echo "selected"; } ?>
   
                ><?="11.30";?></option>
              <option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
           
             <?
                   //11.30///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==12.00)
					{
				?>
           		<option value="12.00"  text ="12.00"<?
			 if($_GET['setime_end']== 12.00){
echo "selected"; } ?>
   
                ><?="12.00";?></option>
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
             <?
                   //12.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==12.00)
					{
				?>
           
                 <option value="12.30"  text ="12.30"<?
			 if($_GET['setime_end']== 12.30){
echo "selected"; } ?>
   
                ><?="12.30";?></option>
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               
                   <?
                   //12.30///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==12.30)
					{
				?>
           
            
               	<option value="13.00"  text ="13.00"<?
			 if($_GET['setime_end']== 13.00){
echo "selected"; } ?>
   
                ><?="13.00";?></option>
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
                   <?
                   //13.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==13.00)
					{
				?>
           
               <option value="13.30"  text ="13.30"<?
			 if($_GET['setime_end']== 13.30){
echo "selected"; } ?>
   
                ><?="13.30";?></option>
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
                   <?
                   //13.30///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==13.30)
					{
				?>
           
           
                <option value="14.00"  text ="14.00"<?
			 if($_GET['setime_end']== 14.00){
echo "selected"; } ?>
   
                ><?="14.00";?></option>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               <?
			           //14.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==14.00)
					{
				?>
                  <option value="14.30"  text ="14.30"<?
			 if($_GET['setime_end']== 14.30){
echo "selected"; } ?>
   
                ><?="14.30";?></option>
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               <?
                 //14.30///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==14.30)
					{
				?>
                
               <option value="15.00"  text ="15.00"<?
			 if($_GET['setime_end']== 15.00){
echo "selected"; } ?>
   
                ><?="15.00";?></option>
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
                   <?
                 //15.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==15.00)
					{
				?>
               
               <option value="15.30"  text ="15.30"<?
			 if($_GET['setime_end']== 15.30){
echo "selected"; } ?>
   
                ><?="15.30";?></option>
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               <?
                       //15.30///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==15.30)
					{
				?>
               
            
               <option value="16.00"  text ="16.00"<?
			 if($_GET['setime_end']== 16.00){
echo "selected"; } ?>
   
                ><?="16.00";?></option>
                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
               
                    <?
                       //16.00///////////////////////////////////////////////////////////////////////////
  					if($_GET[times]==16.00)
					{
				?>

                <option value="16.30"  text ="16.30"<?
			 if($_GET['setime_end']== 16.30){
echo "selected"; } ?>
   
                ><?="16.30";?></option>
               <option value="17.00"  text ="17.00"<?
			 if($_GET['setime_end']== 17.00){
echo "selected"; } ?>
   
                ><?="17.00";?></option>
                <option value="17.30"  text ="17.30"<?
			 if($_GET['setime_end']== 17.30){
echo "selected"; } ?>
   
                ><?="17.30";?></option>
               <option value="18.00"  text ="18.00">18.00</option>
               <? } ?>
                
  </select>




Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-02-06 21:25:34 By : deedee2338 View : 697 Reply : 2
 

 

No. 1



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

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

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

Go to : SQL MYSQL DATE_FORMAT






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-07 09:43:36 By : webmaster
 


 

No. 2



โพสกระทู้ ( 515 )
บทความ ( 0 )



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

ขอบคุณสำหรับคำแนะนำค่ะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-07 22:31:17 By : deedee2338
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : คืออยากทราบว่าจะทำให้ให้เลือกเฉพาะวันที่เรากำหนดไว้คืออยากให้ดึงข้อมูลจากฐานข้อมูลมาเทียบก่อนค่ะคือหนูทำไม่ได้เทียบจากฐานข้อมูลค่ะทำไงให้เทียบจากฐานข้อมูลได้
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 02
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 อัตราราคา คลิกที่นี่