backup
This commit is contained in:
20
php-s1/workshop2/index.php
Executable file
20
php-s1/workshop2/index.php
Executable file
@@ -0,0 +1,20 @@
|
||||
<body>
|
||||
<div>
|
||||
<p><strong>Please enter your name and birthday:</strong></p>
|
||||
<form name="form1" method="post" action="passingdata.php">
|
||||
<span>
|
||||
<label>Your name:
|
||||
<input type="text" name="name">
|
||||
</label>
|
||||
<br>
|
||||
<label>Your Birthday (in DD/MM/YY format):
|
||||
<input type="text"
|
||||
name="birthday" required>
|
||||
</label>
|
||||
<br>
|
||||
<input type="submit" name="Submit" value="Submit">
|
||||
<input type="reset" name="Submit2" value="Reset">
|
||||
</span>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
Reference in New Issue
Block a user