Php Post Self

[Solved] Php Post Self | Php - Code Explorer | yomemimo.com
Question : php post self

Answered by : tamer-essam

 <form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>" method="post"> Name: <input type="text" name="name"><br> Email: <input type="text" name="email"><br> <input type="submit"> </form>

Source : | Last Update : Fri, 18 Jun 21

Answers related to php post self

Code Explorer Popular Question For Php