[PHP] pobierz, plaintext <?php $dane = " sialalal "; $file = "baza.html"; $fp = fopen($file, "a"); flock($fp, 2); fwrite($fp, $dane); flock($fp, 3); fclose($fp); ?>[PHP] pobierz, plaintext