Next, I created a page to edit a content, and I would like it to return to the previous page by clicking the refresh button. I am using the following command:
header("Location: visualizarNovaPrevisao.php");
However, a warning appears:
Warning: Can not modify header information - headers already sent by (output started at C: \ Program Files (x86) \ VertrigoServ \ www \ marco \ php \ editNewPreview.php: 276) in
I have read about this warning, but I do not understand what they say about output at line 276. Does anyone know how I can use redirection?