Code: Select all
header("Location:index.php?message=".$message."&id=".$id);Or maybe create a form and posting it, but without sending it to the client first.
I would also like to do stuff like add a target="_blank" somewhere.
Is there any way to do this?