Portál AbcLinuxu, 7. listopadu 2025 09:44
Řešení dotazu:
$subor = "test.txt";
$fh = fopen($subor, 'w') or die("nemozem otvorit subor");
$data = "\n";
fwrite($fh, $data);
fclose($fh);
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.