-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.php
More file actions
33 lines (29 loc) · 1.03 KB
/
main.php
File metadata and controls
33 lines (29 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
include("upload.php");
include("index.php");
?>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="index.php" >
<div>
</div>
<video src='".$value."' controls width='320px' height='200px' >
<p><b>Question 1:</b>Is this video sarcastic?</p>
<input type='radio' id='sarcastic_yes' name='sarcastic' value='Yes'>
<label for='Yes'>Yes</label><br>
<input type='radio' id='sarcastic_no' name='sarcastic' value='No'>
<label for='No'>No</label><br>
<p><b>Question 1:</b>Is this video sarcastic?</p>
<input type='radio' id='sarcastic_yes' name='sarcastic' value='Yes'>
<label for='Yes'>Yes</label><br>
<input type='radio' id='sarcastic_no' name='sarcastic' value='No'>
<label for='No'>No</label><br>
<button type='submit' value='Upload' name='info_upload'>Submit</button>
</form>
</body>
</html>