1
0
Fork 0
php-coding/19.test2.php

14 lines
517 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test page</title>
</head>
<body>
<form action="19.test2.back.php" method="post">
<label for="pdo1">PDO:</label><input type="text" name="pdo" id="pdo1" required>
<label for="dbname1">DbName:</label><input type="text" name="dbname" id="dbname1" required>
<label for="datetime">Time:</label><input type="datetime-local" name="datetime" id="datetime" required>
<input type="submit" name="submit" value="sumbit">
</form>
</body>