SyntaxFix
Write A Post
Hire A Developer
Questions
Try this... worked for me
<form action="submit.php" method="post"> <input type="text" name="input"> <input type="submit"> </form>
------ submit.php ------
<?php header("Location: ../index.php"); ?>