Rename directory.
This commit is contained in:
15
2/IAW/assignments/t3-ej4-ejercicios-php-naortega/ej2.php
Normal file
15
2/IAW/assignments/t3-ej4-ejercicios-php-naortega/ej2.php
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Calculate Salary</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="calc-sal.php" method="POST" >
|
||||
Name: <input type="text" name="name" /><br />
|
||||
Sirname: <input type="text" name="sirname" /><br />
|
||||
Salary: <input type="number" name="salary" /><br />
|
||||
Age: <input type="number" name="age" /><br />
|
||||
<input type="submit" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user