Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

PHP Web View Online

<!DOCTYPE html>
<html>
<head>
    <title>LOGIN</title>
</head>
<body>

<form action="<?php $_PHP_SELF ?>" method="post">
    name : <label>
        <input type="text" name="name"/>
    </label>
    submit: <label>
        <input type="submit" value="Submit">
    </label>
//$name = $_POST['name'];
echo "Your Name is $name";
</form>

</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.