Good afternoon guys, I'm having a little problem with the company in the form.
It happens that after inserting the data in the form he sends the data to our business email but does not proceed to another form page, I ask for help from you urgently I am a trainee in the field and I am not getting a solution to the problem. I looked up if there is any space between the codes on line 28 and nothing at all.
Can not modify header information - headers already sent by (output started at /storage/ssd1/104/4816104/public_html/util/api/funcoes.php:1) in /storage/ssd1/104/4816104/public_html/formClient/send_01.php on line 28.
code:
$assunto = "Estilosa-".$maquina;
mail($email,$assunto,$conteudo);
header("Location: index_wait_1.php");
?>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>