like you change examplelink.c0m to here or 'follow this link'
and make a picture link
<?php $file = fopen("counter.txt","r+"); $counter = fgets($file, 10); if($counter == "") { $counter= 0; } $counter++; rewind($file); fwrite($file, $counter); fclose($file); ?>
<?php $file = fopen("counter.txt","r+"); $counter = fgets($file, 10); if($counter == "") { $counter= 0; } $counter++; rewind($file); fwrite($file, $counter); fclose($file); ?>