| code |
<?php
error_reporting(0); #Removes Notices that appear with this code
$count_my_page = ("1.txt");
$hits = file($count_my_page);
$hits[0] ++;
$fp = fopen($count_my_page , "w");
fputs($fp , "$hits[0]");
fclose($fp);
?>
|
| code |
<script language="javascript">
function toggle() {
var linkname = |

There is there, is there is...
Add as Neofriend