Answers for "php post self"

PHP
0

php post self

<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>
Posted by: Guest on June-11-2021

Browse Popular Code Answers by Language