At 1st take my salam .Site2site ( direct link 2 to any site which u need ) is a so special site for Bangladeshi friends.Becoz more time when they find something ; at first they search in google.For example : someone need a admission/exam results or find a university they search google.In google they see more & more link.To see that,they r feel confused & hopeless.
So in my site I try to help them & save their time,activity,confidence.I give the direct link which they want.For example : someone find a result or university;then just click the results or university page & select which result or university he need
Your best time start from now
*/
// Open the file for reading
$fp = fopen("counterlog.txt", "r");
// Get the existing count
$count = fread($fp, 1024);
// Close the file
fclose($fp);
// Add 1 to the existing count
$count = $count + 1;
// Display the number of hits
// If you don't want to display it, comment out this line
echo "
Total Visitor:" . $count . "
";
// Reopen the file and erase the contents
$fp = fopen("counterlog.txt", "w");
// Write the new count to the file
fwrite($fp, $count);
// Close the file
fclose($fp);
?>