counter.txt
0
redirect.php
<?php
$file = 'counter.txt';
$phone = '905555555555';
$fileGet = file_get_contents($file);
file_put_contents($file, $fileGet+1);
?>
<meta http-equiv="refresh" content="0;url=https://api.whatsapp.com/send/?phone=<?php echo $phone; ?>" />
whatsapp butonunun gideceği dosya redirect.php,
counter.txt dosyasından sayıyı takip edebilirsiniz.