$sql = "SELECT c.*, k.* FROM cevaplar c LEFT JOIN kullanicilar k ON(c.cevaplayan=k.kullanici_id) WHERE s_id = 'SORU_ID'";