Guest User

Untitled

a guest
Feb 4th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.     $id_userreg = 15;
  3.     $fl=@fopen("db","ab");
  4.     flock($fl,LOCK_EX);
  5.     fwrite($fl, $id_userreg."\n");
  6.     fclose($fl);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment