whiplk

[CODE] - SalvarInfo

Oct 17th, 2013
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function salvar($file)
  2. {
  3.     $tmp = fopen(file, "w");
  4.    
  5.     fwrite($tmp, IP); // ip = valores que quer salvar
  6.    
  7.     fclose($tmp);
  8.    
  9.     return true;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment