0
Good people, I was following a PHP booklet and so far so good, but the problem is in writing the data in a notebook of windows, instead of it giving new line " n", he is putting the data behind each other as if not this enter, I will post the code and from now on thank you for your help...
$texto = $date."\t".$tireqty." Pneus \t".$oilqty." Oleo \t "
.$sparkqty." Plugues de velas \t $".$totalamount."\t".$address."\n";
if($arquivo = fopen("carteirainter.txt", 'ab'))
{
fputs($arquivo, $texto."\n");
fclose($arquivo);
}
else
echo "Não foi possivel efetuar a gravaçao.<br>";
pdf touch on the subject?
– Daniel Omine