PHP Web サイトの訪問者の総数を表示したいのですが、このようなカウンターを表示する html / php スクリプトをいくつか見つけました。
<!-- Start of SimpleHitCounter Code -->
<div align="center"><a href="http://www.simplehitcounter.com" target="_blank"><img src="http://simplehitcounter.com/hit.php?uid= " border="0" height="18" width="83" alt="web counter"></a><br><a href="http://www.simplehitcounter.com" target="_blank" style="text-decoration:none;">web counter</a></div>
<!-- End of SimpleHitCounter Code -->
私はローカルホストでそれを試してみましたが、同じページを更新すると、カウントに追加されるという問題があります。訪問者ごとに一意のカウントを取得する方法を教えてください。検索中に適切なソースが見つかりませんでした