Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. $clicks = file_get_contents("clicks.txt");
  4.  
  5. $fp = fopen("clicks.txt", "w+");
  6. fclose($fp);
  7. //give the count to the user
  8. echo "result: $clicks";
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement