• 05-08-2010, 19:53:58
    #1
    Parse error: syntax error, unexpected T_STRING in C:\Inetpub\vhosts\******.com\httpdocs\hsn\oku.php on line 3


    şeklinde hata alıyorum.

    kodlar aşagıda


    <? //GOSTER2.PHP
    include (“baglan.php”);
    $sorgu=mysql_query(“select * from notlar”);
    while ($satir=mysql_fetch_row($sorgu))
    define('DISABLE_HOOKS', true);
    
    {
    echo (“no=$satir[0]— ad=$satir[1]— ortalama=$satir[2]<p>”);
    }
    ?>
  • 05-08-2010, 20:04:07
    #2
    --> “ ” <-- şu iki tırnak işareti yerine başka bir işaret kullanın
  • 05-08-2010, 20:07:40
    #3
    <? //GOSTER2.PHP
    include ("baglan.php");
    $sorgu=mysql_query("select * from notlar");
    while ($satir=mysql_fetch_row($sorgu))
    define('DISABLE_HOOKS', true);
    
    {
    echo "no=$satir[0]— ad=$satir[1]— ortalama=$satir[2]<p>";
    }
    ?>
  • 06-08-2010, 00:56:30
    #4
    tşk ler oldu