PHP de rastgele link alıp aldığı linki otomatik silecek bir sistem nasıl yaparım?
amacım şu kişiye rastgele link verilecek link verildigi anda txt dosyasından yada php dosyasından silinecek
Soru hatalı mı? 👎
Eğer sorunun kurallara aykırı olduğunu düşünüyorsanız lütfen bize bildirin!
Cevaplar (4)
<?php
//http://youtube.com http://facebook.com http://linkedin.com https:twitter.com
$fileGetContent = file_get_contents('links.txt');
$fileEx = ['0'=>array_filter(explode(' ',$fileGetContent)),'1'=>rand(0,count(array_filter(explode(' ',$fileGetContent)))-1),'2'=>array_filter(explode(' ',$fileGetContent))[rand(0,count(array_filter(explode(' ',$fileGetContent)))-1)].' ','3'=>$fileGetContent];
$result = str_replace($fileEx['2'],null,$fileEx['3']);
$filePutContent = file_put_contents('links.txt',$result);
?>
linkler boşlukla ayrılır sondaki linkin sonuna bir boşluk eklemen lazim eger ayni linkten birden fazla vqrsa onlarda gider