Ben bir ücretsiz PHP-suppoting sunucuda bu komut dosyası var:
<html>
<body>
<?php
$file = fopen("lidn.txt","a");
fclose($file);
?>
</body>
</html>
Bu lidn.txt dosyası oluşturmak, ama boş.
I want to create a file and to write something into it, for example this line "Cats chase mice", how can I do it?