This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//ana gönderici fonksiyonumuz | |
//geln veriler kullanıcının nicki ve yazdığı metin | |
function mainSent($nickName,$text){ | |
if(control($nickName,$text).$bool=='true'){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$dizi_isim=[]; | |
$dizi_soyisim=[]; | |