Hi, I have a question.




Let's say I have a page where I save Newseller data in a .txt file with a php code:

<?php
if (isset($_POST['get'])) {
if (!empty($_POST['newseller']) and...