Skip to content

Instantly share code, notes, and snippets.

View fikretyn's full-sized avatar

Fikret Yalçın fikretyn

View GitHub Profile
<?php
/*
echo "Merhaba Dünya"."<br>";
$sonuc = 500 + 1000;
echo "<br>";
// burada nokta birleştirmme operatörüdür.
echo 600 + $sonuc."<br>" ;
echo "sonuc = 500 + 1000 = 1500 => 1500 + 600 = 2100 çıkar";
echo "<p>";