php post self

Solutions on MaxInterview for php post self by the best coders in the world

showing results for - "php post self"
Ludivine
01 Apr 2018
1  <form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>" method="post">
2        Name: <input type="text" name="name"><br>
3        Email: <input type="text" name="email"><br>
4        <input type="submit">
5    </form>