Generate txt, but save only the last entry in the database and in case you need all the data.
$querymail = mysql_query("select mat,nome from usuario ");
while($data = mysql_fetch_array($querymail)) {
$log = str_pad($data[0], 10, "0", STR_...
asked by
20.05.2017 / 20:47