-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray2.php
More file actions
29 lines (29 loc) · 1.03 KB
/
array2.php
File metadata and controls
29 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
<html>
<head>
</head></body>
<h3>Gallup Polls Candidate Popularity</h3>
<!--<img src="graph.php();?>-->
<br />
<!--<select action="graph.php" method="post">
<option value="Romney"; name="name">Mitt Romney</option>
<option value="Gingrich"; name="name">Newt Gingrich</option>
<option value="Santorum"; name="name">Rich Santorum</option>
<option value="Paul"; name="name">Ron Paul</option>
</select>-->
<!--<form name="input" action="arrays.php" method="post">
<b>Select the candidates whose graphs you would like to see.</b><br />
<input type="checkbox" name="vehicle[]" value="Romney" /> Mitt Romney<br />
<input type="checkbox" name="vehicle[]" value="Gingrich" /> Newt Gingrich<br />
<input type="checkbox" name="vehicle[]" value="Santorum" /> Rick Santorum<br />
<input type="checkbox" name="vehicle[]" value="Paul" /> Ron Paul<br />
<input type="submit" value="Submit" />
</form> -->
<img src="CandidatePics/gingrich400.jpg">
<?php
$candidate= $_GET["blob"];
//$candidate1= $candidate[0];
echo $candidate;
//echo $candidate1;
?>
</body>
</html>