PDA

Просмотр полной версии : Help


P3rsik
19.01.2022, 16:24
Lua:











How to make to write down names and dont delete names?

molimawka
19.01.2022, 16:39
fopen("file.txt", "a");

P3rsik
19.01.2022, 17:09
fopen("file.txt", "a");



Its writing in the same line how to fix ?

molimawka
19.01.2022, 21:42
Its writing in the same line how to fix ?




fwrite($fp, $name . "\n");