• 06-02-2017, 01:32:43
    #1
    Arkadaşlar;

    Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\xampp\htdocs\25.php on line 56


    bu hatayı alıyorum. İlgili satır;

     $MM_redirectLoginSuccess = "log.php?ogrenciid=<?php echo $row_ogrenciler['ogrenciid']; ?>";

    hatanın sebebi ne olabilir ?

    Bilgisi olan kimse yok mu acaba bu konuda ?
  • 06-02-2017, 04:55:14
    #2
    $MM_redirectLoginSuccess = "log.php?ogrenciid={$row_ogrenciler[ogrenciid]}";