1
Good afternoon guys I’m having a little problem at the company in the form.
It happens that after entering the data in the form it sends the data to our corporate email but does not proceed to another form page, I ask help from you urgently I am intern in the area and I am not getting a solution to the problem. I looked for any space between the codes on line 28 and nothing straight.
Cannot 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>
you have to post the code from the beginning
– user60252
blz just a moment
– Thalis Alison