jahrichie

fopen question

Mar 10th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. $fh = fopen($myFile, 'a') or die("can't open file");
  2.     fwrite($fh, $string);
Advertisement
Add Comment
Please, Sign In to add comment