• 14-12-2010, 02:44:52
    #1
    Bizim okulun bir not bilgilendirme sistemi var öğrencilerin numaralarını tek tek girdirerek mevcut verileri database e aktarmam lazım, fakat ben pek bot yapmaktan anlamam hatta hiç anlamam diyebilirim ama hangi fonksiyonun ne işe yaradığını ve mantığını biliyorum, anlamam derken hiçbir işim için bot yapmam gerekmedi diyebilirim.
    benim sorunum şu

    aşağıdaki html çıktısı bahsettiğim kısıtlı veri ile alakalı ve bilgileri çekmem gereken sayfanın bir kopyasıdır.burdan almam gereken bilgiler öncelikli olarak öğrenci numarası ve öğrenci adı soyadı.bunu yaptıktan sonra aynı mantıkla diğer bilgileri kendimce çekebileceğimi umut ediyorum.bana gereken tek şey aşağıda sadece ana tabloların ID lerinin mevcut olması ve nasıl bu bilgileri çekebileceğim hakkında birkaç bilgi veya kod örneği
    <SCRIPT LANGUAGE="JavaScript" src="/include/global.js"> </script>      
     
    
    <HTML>
    <HEAD>
    <TITLE>��rencinin Bir D�nemde Ald��� Dersleri </TITLE>
    </HEAD>
    
    <BODY bgcolor="#FFFFFF">
    
    
    
    <table border=1 width=100% ID="Table3">
    
    <tr >
    
           
           <td BGCOLOR="#DDDDDD"  width = 100% align=middle >
    		   <center>
    		   
    		   <b>��RENC� NOT B�LG�LER�</b>
    		   
    		   </center>
    	   </td>
    </tr>
    </table>
    
    <table border=1 width=100% ID="Table1">
    
    <tr >
    
      <td BGCOLOR="#FFCE00" nowrap width=20% align=left >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   ��renci Numaras� :
    	   </td>
           <td BGCOLOR="#DDDDDD" nowrap width = 80% align=left colspan=1>
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   12345678910	   </td>
    
    </tr>
    <tr >
           <td BGCOLOR="#FFCE00" nowrap width=20% align=left >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   Ad� Soyad� :
    	   </td>
           <td BGCOLOR="#DDDDDD" nowrap width = 80% align=left colspan=1>
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    
    		   AD SOYAD                       
    	   </td>
    </tr>
    <tr >
           <td BGCOLOR="#FFCE00" nowrap width=20% align=left >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   Fak�lte :
    	   </td>
           <td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    
    		   &nbsp;
    		   BILMEMNE UNIVERSİTESİ                              
    	   </td>
    </tr>
    <tr >
           <td BGCOLOR="#FFCE00" nowrap width=20% align=left >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   B�l�m :
    	   </td>
           <td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1>
    
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   DIŞ TİCARET                                            
    	   </td>
    </tr>
    <tr >
           <td BGCOLOR="#FFCE00" nowrap width=20% align=left >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   Opsiyon :
    	   </td>
    
           <td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   
    	   </td>
    </tr>
    <tr >
           <td BGCOLOR="#FFCE00" nowrap width=20% align=left >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   Y�l� :
    	   </td>
    
           <td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   2010
    	   </td>
    </tr>
    <tr >
           <td BGCOLOR="#FFCE00" nowrap width=20% align=left >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    
    		   D�nemi :
    	   </td>
           <td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
    	   	   <font face=""Arial"" size=-1 Color=#000000><b>
    		   &nbsp;
    		   G�z
    	   </td>
    </tr>
    </table>
    <br>
    
    
    <table border=1 width=100% ID="Table2">
    <tr>
    	   <td bgcolor="#990066" colspan=13>  
    	       <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1><b>
    		   &nbsp
    		   Arama Sonu�lar� - 9 adet 
    	   </td>
    </tr>
    <tr >
           <td BGCOLOR="#990066" nowrap width=10% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Ders Kodu
    	   </td>
    
           <td BGCOLOR="#990066" nowrap width=20% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Ders Ad�
    	   </td>
    	   <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Vize 1 
           </td>
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    
    		   Vize 2
           </td>
           
           
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Vize 3
           </td>
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Vize 4
           </td>
    
           
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Final
           </td>
           
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   B�t�nleme
           </td>
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    
    		   Ek S�nav 1 
           </td>
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Ek S�nav 2 
           </td>
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Tek Ders
           </td>
    
      
           <td BGCOLOR="#990066" nowrap width=10% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Harf Notu
    		   
               </td>
              
           <td BGCOLOR="#990066" nowrap width=6% align=center >
    	   	   <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
    		   Durumu
           </td>
        
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>BES       
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       BEDEN E��T�M� - I                                                                 
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       T�RK D�L� - I                                                                     
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       TEMEL HUKUK                                                                       
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       DI� T�CARET ��LEMLER� - I                                                         
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       40  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       M�KRO EKONOM�                                                                     
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       48  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       ��LETME                                                                           
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       55  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       ATAT�RK �LKELER� VE �NKILAP TAR�H� - I                                            
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       60  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       LOJ�ST�K                                                                          
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       60  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    </tr>
    
    <tr>
    	   <td bgcolor="#DDDDDD" nowrap width=10%  align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>DTI       
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=20% align=left> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       YABANCI D�L - I                                                                   
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       87  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    
    		   &nbsp
       	       0  
    	   </td>
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       0  
    	   </td>
    
    	   
    	   
    	   
    	   
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
    		       
    	   </td>
    	    
    	   <td bgcolor="#DDDDDD" nowrap  width=6% align=center> 
    	       <font face=""Arial"" size=-1 Color=#000000>
    		   &nbsp
       	       Durumu atanmam��  
    	   </td>
    
    	   
    
    
    </tr>
    
    
    <tr>
    	   <td bgcolor="#990066" colspan=13>  
    	       <FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1><b>
    		   &nbsp
    		   
    	   </td>
    </tr>
    
    </table>
    
    </form>
    </center>
    
    <h3>* �nternet ortam�ndan bu sayfada ilan edilen notlar sadece bilgi i�indir, kesin sonu� olarak kabul edilmez. Derslerin kesin ba�ar� sonu�lar� ilgili y�netmelikler gere�i kay�tl� oldu�unuz okullardan ��renilir. </h3>
    
    <center>
    <br>
    <br>
    <font face=""Arial"" size=-1 Color=#000000>
     
    <a href="http://www.unipa.com.tr" target="_top">�ni-pa A.�.</a>
     &nbsp; 
     &nbsp; 
     &nbsp; 
     &nbsp; 
     &nbsp; 
            
     &nbsp; 
     &nbsp; 
    
    </center>
    
    
    </BODY>
    </HTML>
  • 14-12-2010, 03:08:55
    #2
    bildiğim kadarıyla şifreli bölümlerdeki veriler çekilemez.yanlış biliyorda olabilirim.Ayrıca merak ettiğim soru şu neden öğrencilerin kişisel bilgilerini çekmek istiyorsunuz?
  • 14-12-2010, 03:54:35
    #3
    şifreli bölümlerden veriler curl ile çekilebiliyor.kişisel bilgi dediğiniz notlar, bende aynı okulda bir öğrenciyim bunu yapmaktaki amacım ders notlarını bi noktada toplayıp genel ortalama ve sınıf ortalamasını hesaplamak. çan eğrisi v.s.