Php 1. Voting
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-Type" content="text/html" charset="UTF-8">
</head>
<body>
<form action="voting.php" method="post">
Name: <input type="text" name="name"><br>
Age: <input type="text" name="age"><br>
<input type="Submit" value="submit" name="s1"></form>
</body></html>
Comments
Post a Comment