
PHP kodum :
$sorgu = $baglanti->exec("UPDATE users SET m_ref_c = m_ref_c + 1 ' WHERE id= ".$gecmisuser_used_ref."'");
$sorgu = $baglanti->exec("UPDATE users SET ref_bakiye = ref_bakiye + 2 ' WHERE id= '".$gecmisuser_used_ref."' ");
$sorgu = $baglanti->exec("UPDATE users SET balance = balance + 2 ' WHERE id='".$gecmisuser_used_ref."'");
