[PHP] pobierz, plaintext <?php$dane1 = $wpis1; $file1 = root. "last/system.txt"; $fp1 = fopen($file1, "a"); flock($fp1, 2); fwrite($fp1, $dane1); flock($fp1, 3); fclose($fp1);?>[PHP] pobierz, plaintext