arif_grafin/CONTENT/ROOT_URI/Admin/test.php

12 lines
300 B
PHP

<?php echo $_POST["name"]; ?><br>
<?php echo $_POST["email"]; ?>
<div class="container">
<form method="POST">
<input type="text" name="name" placeholder="name" class="frist"/>
<input type="text" name="email" placeholder="email"/>
<input type="submit" value="submit" />
</form>
</div>