first commit
This commit is contained in:
11
CONTENT/ROOT_URI/Admin0/test.php
Normal file
11
CONTENT/ROOT_URI/Admin0/test.php
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<?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>
|
||||
Reference in New Issue
Block a user